Home
last modified time | relevance | path

Searched defs:method_type (Results 1 – 10 of 10) sorted by relevance

/art/runtime/mirror/
Dmethod_handle_impl.cc41 Handle<MethodType> method_type) in Initialize()
75 Handle<MethodType> method_type) in Create()
Dmethod_handles_lookup.cc69 Handle<MethodType> method_type) { in FindConstructor()
Dmethod_type.cc48 ObjPtr<MethodType> method_type) { in CloneWithoutLeadingParameter()
Dvar_handle.cc1428 bool VarHandle::IsMethodTypeCompatible(AccessMode access_mode, MethodType* method_type) { in IsMethodTypeCompatible()
1468 MethodType* method_type) { in IsInvokerMethodTypeCompatible()
/art/runtime/verifier/
Dmethod_verifier.cc3766 uint32_t dex_method_idx, MethodType method_type) { in ResolveMethodAndCheckAccess()
3911 T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) { in VerifyInvocationArgsFromIterator()
4054 MethodType method_type, in VerifyInvocationArgsUnresolvedMethod()
4211 const Instruction* inst, MethodType method_type, bool is_range) { in VerifyInvocationArgs()
/art/runtime/
Dthread.cc173 DeoptimizationMethodType method_type, in DeoptimizationContextRecord()
246 DeoptimizationMethodType method_type) { in PushDeoptimizationContext()
260 DeoptimizationMethodType* method_type) { in PopDeoptimizationContext()
3359 const DeoptimizationMethodType method_type = DeoptimizationMethodType::kDefault; in QuickDeliverException() local
3959 DeoptimizationMethodType method_type; in DeoptimizeWithDeoptimizationException() local
Dclass_linker.cc8346 method_type(hs.NewHandle(mirror::MethodType::Create(self, return_type, method_params))); in ResolveMethodHandleForField() local
8510 method_type(hs.NewHandle(mirror::MethodType::Create(self, return_type, method_params))); in ResolveMethodHandleForMethod() local
/art/runtime/interpreter/
Dinterpreter_common.cc964 Handle<mirror::MethodType> method_type(hs.NewHandle( in InvokeBootstrapMethod() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc731 DeoptimizationMethodType method_type; in HandleDeoptimization() local
2797 Handle<mirror::MethodType> method_type( in artInvokePolymorphic() local
/art/dexdump/
Ddexdump.cc1710 std::string method_type = pDexFile->GetProtoSignature(method_type_id).ToString(); in dumpCallSite() local