Searched defs:instr (Results 1 - 25 of 55) sorted by relevance

123

/openjdk10/jdk/test/java/lang/instrument/
H A DManyMethodsBenchmarkAgent.java53 static void instr() { method in class:ManyMethodsBenchmarkAgent
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DPageRangesDlgTest.java39 static String[] instr = { field in class:PageRangesDlgTest
H A DPageRanges.java36 static String[] instr = { field in class:PageRanges
/openjdk10/hotspot/src/cpu/arm/vm/
H A DmacroAssembler_arm.inline.hpp34 int instr = *(int*)branch; local
[all...]
H A DnativeInst_arm_64.cpp184 NativeInstruction* instr = nativeInstruction_at(verified_entry); local
200 NativeInstruction* instr = nativeInstruction_at(code_pos); local
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.sparc/src/org/graalvm/compiler/lir/sparc/
H A DSPARCPrefetchOp.java37 private final int instr; // AllocatePrefetchInstr field in class:SPARCPrefetchOp
40 public SPARCPrefetchOp(SPARCAddressValue address, int instr) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.amd64/src/org/graalvm/compiler/lir/amd64/
H A DAMD64PrefetchOp.java36 private final int instr; // AllocatePrefetchInstr field in class:AMD64PrefetchOp
39 public AMD64PrefetchOp(AMD64AddressValue address, int instr) { argument
/openjdk10/hotspot/test/runtime/SelectionResolution/classes/selectionresolution/
H A DTestBuilder.java61 private static int getInvokeInstruction(SelectionResolutionTestCase.InvokeInstruction instr) { argument
H A DMethod.java96 public void defaultInvoke(int instr, String className, String objectRef, boolean isInterface) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/backend/
H A DAllocatorTest.java90 private void collectStats(final LIRInstruction instr) { argument
/openjdk10/hotspot/test/compiler/jsr292/NonInlinedCall/
H A DRedefineTest.java124 static Instrumentation instr; field in class:RedefineTest
125 public static void premain(String args, Instrumentation instr) { argument
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/javap/
H A DInstructionDetailWriter.java59 abstract void writeDetails(Instruction instr); argument
H A DLocalVariableTypeTableWriter.java98 public void writeDetails(Instruction instr) { argument
H A DLocalVariableTableWriter.java97 public void writeDetails(Instruction instr) { argument
H A DSourceWriter.java82 public void writeDetails(Instruction instr) { argument
H A DTypeAnnotationWriter.java111 void writeDetails(Instruction instr) { argument
H A DTryBlockWriter.java94 public void writeDetails(Instruction instr) { argument
100 public void writeTrys(Instruction instr, NoteKind kind) { argument
H A DCodeWriter.java119 public void writeInstr(Instruction instr) { argument
[all...]
H A DStackMapWriter.java117 public void writeDetails(Instruction instr) { argument
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_CFGPrinter.cpp182 void CFGPrinterOutput::print_operand(Value instr) { argument
190 void CFGPrinterOutput::print_HIR(Value instr) { argument
[all...]
/openjdk10/langtools/test/tools/javac/T8022186/
H A DDeadCodeGeneratedForEmptyTryTest.java100 public Void visitNoOperands(Instruction instr, Void p) { argument
105 public Void visitArrayType(Instruction instr, TypeKind kind, Void p) { argument
110 public Void visitBranch(Instruction instr, int offset, Void p) { argument
115 public Void visitConstantPoolRef(Instruction instr, int index, Void p) { argument
121 public Void visitConstantPoolRefAndValue(Instruction instr, int index, int value, Void p) { argument
127 public Void visitLocal(Instruction instr, int index, Void p) { argument
132 public Void visitLocalAndValue(Instruction instr, int index, int value, Void p) { argument
137 public Void visitLookupSwitch(Instruction instr, int default_, int npairs, int[] matches, int[] offsets, Void p) { argument
142 public Void visitTableSwitch(Instruction instr, int default_, int low, int high, int[] offsets, Void p) { argument
147 public Void visitValue(Instruction instr, in argument
152 visitUnknown(Instruction instr, Void p) argument
[all...]
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DnativeInst_aarch64.cpp262 bool NativeInstruction::is_adrp_at(address instr) { argument
267 bool NativeInstruction::is_ldr_literal_at(address instr) { argument
272 bool NativeInstruction::is_ldrw_to_zr(address instr) { argument
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DnativeInst_ppc.hpp175 inline NativeCall* nativeCall_at(address instr) { argument
199 static bool is_far_call_at(address instr) { argument
233 inline NativeFarCall* nativeFarCall_at(address instr) { argument
288 static bool is_jump_at(address instr) { argument
344 nativeJump_at(address instr) argument
355 is_conditional_far_branch_at(address instr) argument
[all...]
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp263 bool NativeFarCall::is_call_at(address instr) { argument
/openjdk10/hotspot/src/cpu/s390/vm/
H A DnativeInst_s390.cpp671 uint64_t instr = BRCL_ZOPC | local

Completed in 283 milliseconds

123