Searched defs:insts (Results 1 - 6 of 6) sorted by relevance

/openjdk9/test/lib/sun/hotspot/code/
H A DNMethod.java43 public final byte[] insts; field in class:NMethod
/openjdk9/jdk/test/javax/sound/midi/Synthesizer/
H A Dbug4685396.java40 public static boolean isInstrumentExist(Instrument inst, Instrument[] insts) { argument
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp162 LIR_OpList* insts = block->lir()->instructions_list(); local
261 LIR_OpList* insts = xhandler->entry_code()->instructions_list(); local
[all...]
/openjdk9/hotspot/src/share/vm/code/
H A DrelocInfo.cpp566 CodeSection* insts = dest->outer()->insts(); local
584 CodeSection* insts = dest->outer()->insts(); local
/openjdk9/hotspot/src/share/vm/prims/
H A Dwhitebox.cpp1258 jbyteArray insts = env->NewByteArray(insts_size); variable
/openjdk9/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp479 CodeSection* insts() { return &_insts; } function in class:CodeBuffer
482 const CodeSection* insts() const { return &_insts; } function in class:CodeBuffer

Completed in 66 milliseconds