Searched refs:methodref (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/test/runtime/SelectionResolution/classes/selectionresolution/
H A DSelectionResolutionTestCase.java56 * Which class is the methodref (or interface methodref).
58 public final int methodref; field in class:SelectionResolutionTestCase
75 final int methodref,
82 this.methodref = methodref;
91 final int methodref,
98 this.methodref = methodref;
190 if (methodref !
72 SelectionResolutionTestCase(final HashMap<Integer, ClassData> classdata, final HierarchyShape hier, final InvokeInstruction invoke, final int methodref, final int objectref, final int callsite, final int expected) argument
88 SelectionResolutionTestCase(final HashMap<Integer, ClassData> classdata, final HierarchyShape hier, final InvokeInstruction invoke, final int methodref, final int objectref, final int callsite, final Result result) argument
274 public int methodref = -1; field in class:SelectionResolutionTestCase.Builder
304 Builder(final HashMap<Integer, ClassData> classdata, final HierarchyShape hier, final InvokeInstruction invoke, final int methodref, final int objectref, final int callsite, final int expected, final Result result) argument
[all...]
H A DTemplate.java140 builder.callsite = builder.methodref;
146 builder.hier.addInherit(callsite, builder.methodref);
157 builder.methodref = builder.expected;
274 builder.methodref = C1;
295 builder.methodref = C1;
319 builder.methodref = C1;
335 builder.methodref = I1;
355 builder.methodref = I1;
375 builder.methodref = I1;
397 builder.methodref
4956 public static final Placeholder methodref = new Placeholder("methodref"); field in class:Template.Placeholder
[all...]
H A DTestBuilder.java54 getName(testcase.methodref),
56 testcase.hier.isInterface(testcase.methodref));
H A DClassBuilder.java68 TestBuilder tb = new TestBuilder(testcase.methodref, testcase);
/openjdk10/hotspot/test/runtime/SelectionResolution/
H A DNoSuchMethodErrorTest.java78 builder.methodref = C;
89 builder.methodref = C1;
100 builder.methodref = C;
113 builder.methodref = C1;
123 builder.methodref = C;
134 builder.methodref = C;
145 builder.methodref = C;
156 builder.methodref = I;
167 builder.methodref = I1;
177 builder.methodref
[all...]
/openjdk10/hotspot/src/share/vm/classfile/
H A DbytecodeAssembler.hpp77 } methodref; member in union:VALUE_OBJ_CLASS_SPEC::__anon335
109 static BytecodeCPEntry methodref(u2 class_index, u2 nat) { function in class:VALUE_OBJ_CLASS_SPEC
111 bcpe._u.methodref.class_index = class_index;
112 bcpe._u.methodref.name_and_type_index = nat;
162 u2 methodref(Symbol* class_name, Symbol* name, Symbol* sig) { function in class:BytecodeConstantPool
163 return find_or_add(BytecodeCPEntry::methodref(
H A DbytecodeAssembler.cpp81 entry._u.methodref.class_index,
82 entry._u.methodref.name_and_type_index);
202 u2 methodref_index = _cp->methodref(klss, name, sig);
212 u2 methodref_index = _cp->methodref(klss, name, sig);

Completed in 167 milliseconds