Searched refs:currentEndOfInstruction (Results 1 - 6 of 6) sorted by relevance

/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/amd64/
H A DAMD64ELFMacroAssembler.java39 private int currentEndOfInstruction; field in class:AMD64ELFMacroAssembler
46 public int currentEndOfInstruction() { method in class:AMD64ELFMacroAssembler
47 return currentEndOfInstruction;
55 currentEndOfInstruction = position();
84 currentEndOfInstruction = position();
110 currentEndOfInstruction = position();
H A DAMD64InstructionDecoder.java33 private int currentEndOfInstruction; field in class:AMD64InstructionDecoder
82 public int currentEndOfInstruction() { method in class:AMD64InstructionDecoder
83 return currentEndOfInstruction;
165 currentEndOfInstruction = ip + 4;
218 currentEndOfInstruction = ip + (is64bit ? 8 : 4);
344 currentEndOfInstruction = ip + 4;
464 currentEndOfInstruction = ip + 4;
562 currentEndOfInstruction = ip + tailSize;
/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DInstructionDecoder.java45 public abstract int currentEndOfInstruction(); method in class:InstructionDecoder
H A DELFMacroAssembler.java44 public int currentEndOfInstruction(); method in interface:ELFMacroAssembler
H A DForeignGotCallSiteRelocationSymbol.java65 int size = masm.currentEndOfInstruction();
H A DDataPatchProcessor.java111 int instructionEndOffset = decoder.currentEndOfInstruction();
127 int instructionEndOffset = decoder.currentEndOfInstruction();

Completed in 96 milliseconds