Searched refs:mt (Results 1 – 4 of 4) sorted by relevance
/art/runtime/mirror/ |
D | method_type.cc | 32 Handle<MethodType> mt( in Create() local 38 mt->SetFieldObject<false>(FormOffset(), nullptr); in Create() 39 mt->SetFieldObject<false>(MethodDescriptorOffset(), nullptr); in Create() 40 mt->SetFieldObject<false>(RTypeOffset(), return_type.Get()); in Create() 41 mt->SetFieldObject<false>(PTypesOffset(), parameter_types.Get()); in Create() 42 mt->SetFieldObject<false>(WrapAltOffset(), nullptr); in Create() 44 return mt.Get(); in Create()
|
/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/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/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 567 ObjPtr<mirror::MethodType> mt = cl->ResolveMethodType(self, in ExecuteSwitchImplCpp() local 570 if (UNLIKELY(mt == nullptr)) { in ExecuteSwitchImplCpp() 573 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), mt.Ptr()); in ExecuteSwitchImplCpp()
|