Home
last modified time | relevance | path

Searched refs:handle_type (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmethod_handles.cc650 Handle<mirror::MethodType> handle_type, in RefineTargetMethod() argument
682 DCHECK(handle_type->GetRType()->IsStringClass()); in RefineTargetMethod()
690 ObjPtr<mirror::Class> referrer_class = handle_type->GetPTypes()->Get(0); in RefineTargetMethod()
724 Handle<mirror::MethodType> handle_type(hs.NewHandle(method_handle->GetMethodType())); in DoInvokePolymorphicMethod() local
738 handle_type, in DoInvokePolymorphicMethod()
758 : handle_type; in DoInvokePolymorphicMethod()
770 handle_type, in DoInvokePolymorphicMethod()
907 Handle<mirror::MethodType> handle_type(hs.NewHandle(method_handle->GetMethodType())); in MethodHandleFieldAccess() local
916 if (do_conversions && !ConvertReturnValue(callsite_type, handle_type, result)) { in MethodHandleFieldAccess()
929 if (do_conversions && !ConvertReturnValue(callsite_type, handle_type, result)) { in MethodHandleFieldAccess()
[all …]
Dclass_linker.cc9449 DexFile::MethodHandleType handle_type = in ResolveMethodHandleForField() local
9455 switch (handle_type) { in ResolveMethodHandleForField()
9521 switch (handle_type) { in ResolveMethodHandleForField()
9577 DexFile::MethodHandleType handle_type = in ResolveMethodHandleForMethod() local
9582 switch (handle_type) { in ResolveMethodHandleForMethod()
9738 if (UNLIKELY(handle_type == DexFile::MethodHandleType::kInvokeConstructor)) { in ResolveMethodHandleForMethod()