Searched refs:PatchID (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_CodeStubs.hpp362 enum PatchID { enum in class:PatchingStub
372 PatchID _id;
388 PatchingStub(MacroAssembler* masm, PatchID id, int index = -1):
432 PatchID id() const { return _id; }
H A Dc1_LIRAssembler.hpp122 PatchingStub::PatchID patching_id(CodeEmitInfo* info);
H A Dc1_LIRAssembler.cpp87 PatchingStub::PatchID LIR_Assembler::patching_id(CodeEmitInfo* info) {

Completed in 96 milliseconds