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

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeNewArray.java30 public class BytecodeNewArray extends Bytecode { class in inherits:Bytecode
31 BytecodeNewArray(Method method, int bci) { method in class:BytecodeNewArray
108 public static BytecodeNewArray at(Method method, int bci) {
109 BytecodeNewArray b = new BytecodeNewArray(method, bci);
117 public static BytecodeNewArray atCheck(Method method, int bci) {
118 BytecodeNewArray b = new BytecodeNewArray(method, bci);
122 public static BytecodeNewArray at(BytecodeStream bcs) {
123 return new BytecodeNewArray(bc
[all...]
H A DBytecodeDisassembler.java89 addBytecodeClass(Bytecodes._newarray, BytecodeNewArray.class);

Completed in 89 milliseconds