Searched refs:BytecodeInstanceOf (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeInstanceOf.java30 public class BytecodeInstanceOf extends BytecodeWithKlass { class in inherits:BytecodeWithKlass
31 BytecodeInstanceOf(Method method, int bci) { method in class:BytecodeInstanceOf
49 public static BytecodeInstanceOf at(Method method, int bci) {
50 BytecodeInstanceOf b = new BytecodeInstanceOf(method, bci);
58 public static BytecodeInstanceOf atCheck(Method method, int bci) {
59 BytecodeInstanceOf b = new BytecodeInstanceOf(method, bci);
63 public static BytecodeInstanceOf at(BytecodeStream bcs) {
64 return new BytecodeInstanceOf(bc
[all...]
H A DBytecodeDisassembler.java70 addBytecodeClass(Bytecodes._instanceof, BytecodeInstanceOf.class);

Completed in 41 milliseconds