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

/art/runtime/
H A Dmethod_handles.cc642 Handle<mirror::MethodType> handle_type,
674 DCHECK(handle_type->GetRType()->IsStringClass());
684 ObjPtr<mirror::Class> referrer_class = handle_type->GetPTypes()->Get(0);
711 Handle<mirror::MethodType> handle_type(hs.NewHandle(method_handle->GetMethodType()));
724 handle_type,
744 : handle_type;
757 handle_type,
896 Handle<mirror::MethodType> handle_type(hs.NewHandle(method_handle->GetMethodType()));
906 if (do_conversions && !ConvertReturnValue(callsite_type, handle_type, result)) {
919 if (do_conversions && !ConvertReturnValue(callsite_type, handle_type, resul
[all...]
H A Dclass_linker.cc8374 DexFile::MethodHandleType handle_type = local
8376 switch (handle_type) {
8440 switch (handle_type) {

Completed in 63 milliseconds