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

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeMultiANewArray.java30 public class BytecodeMultiANewArray extends BytecodeWithKlass { class in inherits:BytecodeWithKlass
31 BytecodeMultiANewArray(Method method, int bci) { method in class:BytecodeMultiANewArray
53 public static BytecodeMultiANewArray at(Method method, int bci) {
54 BytecodeMultiANewArray b = new BytecodeMultiANewArray(method, bci);
62 public static BytecodeMultiANewArray atCheck(Method method, int bci) {
63 BytecodeMultiANewArray b = new BytecodeMultiANewArray(method, bci);
67 public static BytecodeMultiANewArray at(BytecodeStream bcs) {
68 return new BytecodeMultiANewArray(bc
[all...]
H A DBytecodeDisassembler.java87 addBytecodeClass(Bytecodes._multianewarray, BytecodeMultiANewArray.class);

Completed in 88 milliseconds