Searched refs:mt (Results 1 – 7 of 7) sorted by relevance
/art/runtime/mirror/ |
D | method_type.cc | 43 Handle<MethodType> mt( in Create() local 49 mt->SetFieldObject<false>(FormOffset(), nullptr); in Create() 50 mt->SetFieldObject<false>(MethodDescriptorOffset(), nullptr); in Create() 51 mt->SetFieldObject<false>(RTypeOffset(), return_type.Get()); in Create() 52 mt->SetFieldObject<false>(PTypesOffset(), parameter_types.Get()); in Create() 53 mt->SetFieldObject<false>(WrapAltOffset(), nullptr); in Create() 55 return mt.Get(); in Create()
|
/art/test/1985-structural-redefine-stack-scope/ |
D | stack_scope.cc | 66 Handle<mirror::MethodType> mt(hs.NewHandle(mirror::MethodType::Create( in Java_Main_NativeFieldScopeCheck() local 73 mt))); in Java_Main_NativeFieldScopeCheck()
|
/art/test/1948-obsolete-const-method-handle/util-src/src/art/constmethodhandle/ |
D | TestGenerator.java | 165 MethodType mt = MethodType.methodType(Void.TYPE); in generateRunTest() local 170 mt.toMethodDescriptorString(), in generateRunTest()
|
/art/test/952-invoke-custom/src/ |
D | TestInvocationKinds.java | 146 MethodType mt = methodType.dropParameterTypes(0, 1); in lookupVirtual() local 147 MethodHandle mh = lookup.findVirtual(TestInvocationKinds.class, name, mt); in lookupVirtual()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 392 ObjPtr<mirror::MethodType> mt = in MterpConstMethodType() local 394 if (UNLIKELY(mt == nullptr)) { in MterpConstMethodType() 397 shadow_frame->SetVRegReference(tgt_vreg, mt); in MterpConstMethodType()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 644 ObjPtr<mirror::MethodType> mt = cl->ResolveMethodType(self, in CONST_METHOD_TYPE() local 647 if (UNLIKELY(mt == nullptr)) { in CONST_METHOD_TYPE() 650 SetVRegReference(A(), mt); in CONST_METHOD_TYPE()
|
/art/test/dexdump/ |
D | invoke-custom.txt | 2805 0x0006 - 0x0012 reg=0 mt Ljava/lang/invoke/MethodType;
|