Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc643 Handle<mirror::MethodType> handle_type, in RefineTargetMethod() argument
675 DCHECK(handle_type->GetRType()->IsStringClass()); in RefineTargetMethod()
683 ObjPtr<mirror::Class> referrer_class = handle_type->GetPTypes()->Get(0); in RefineTargetMethod()
710 Handle<mirror::MethodType> handle_type(hs.NewHandle(method_handle->GetMethodType())); in DoInvokePolymorphicMethod() local
723 handle_type, in DoInvokePolymorphicMethod()
743 : handle_type; in DoInvokePolymorphicMethod()
755 handle_type, in DoInvokePolymorphicMethod()
891 Handle<mirror::MethodType> handle_type(hs.NewHandle(method_handle->GetMethodType())); in MethodHandleFieldAccess() local
900 if (do_conversions && !ConvertReturnValue(callsite_type, handle_type, result)) { in MethodHandleFieldAccess()
913 if (do_conversions && !ConvertReturnValue(callsite_type, handle_type, result)) { in MethodHandleFieldAccess()
[all …]
Dclass_linker.cc8906 DexFile::MethodHandleType handle_type = in ResolveMethodHandleForField() local
8912 switch (handle_type) { in ResolveMethodHandleForField()
8978 switch (handle_type) { in ResolveMethodHandleForField()
9034 DexFile::MethodHandleType handle_type = in ResolveMethodHandleForMethod() local
9039 switch (handle_type) { in ResolveMethodHandleForMethod()
9195 if (UNLIKELY(handle_type == DexFile::MethodHandleType::kInvokeConstructor)) { in ResolveMethodHandleForMethod()