Lines Matching full:newhandle
434 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException()));
443 hs.NewHandle(exception->GetClass()), shadow_frame.GetDexPC(), &clear_exception);
535 Handle<mirror::Class> h_class(hs.NewHandle(declaringClass));
617 Handle<mirror::MethodHandle> method_handle(hs.NewHandle(
635 Handle<mirror::MethodType> callsite_type(hs.NewHandle(
739 Handle<mirror::MethodType> accessor_type(hs.NewHandle(
780 Handle<mirror::VarHandle> var_handle(hs.NewHandle(down_cast<mirror::VarHandle*>(receiver.Ptr())));
788 Handle<mirror::MethodType> callsite_type(hs.NewHandle(
912 Handle<mirror::ClassLoader> class_loader(hs.NewHandle(referrer->GetClassLoader()));
913 Handle<mirror::DexCache> dex_cache(hs.NewHandle(referrer->GetDexCache()));
919 bootstrap(hs.NewHandle(class_linker->ResolveMethodHandle(self, method_handle_idx, referrer)));
924 Handle<mirror::MethodType> bootstrap_method_type = hs.NewHandle(bootstrap->GetMethodType());
940 hs.NewHandle(shadow_frame.GetMethod()->GetDeclaringClass());
964 Handle<mirror::MethodType> method_type(hs.NewHandle(
1073 Handle<mirror::Object> object(hs.NewHandle(result.GetL()));
1087 hs.NewHandle(ObjPtr<mirror::CallSite>::DownCast(ObjPtr<mirror::Object>(result.GetL())));
1089 Handle<mirror::MethodHandle> target = hs.NewHandle(call_site->GetTarget());
1097 Handle<mirror::MethodType> target_method_type = hs.NewHandle(target->GetMethodType());
1124 Handle<mirror::DexCache> dex_cache(hs.NewHandle(shadow_frame.GetMethod()->GetDexCache()));
1127 call_site(hs.NewHandle(dex_cache->GetResolvedCallSite(call_site_idx)));
1145 Handle<mirror::MethodHandle> target = hs.NewHandle(call_site->GetTarget());
1146 Handle<mirror::MethodType> target_method_type = hs.NewHandle(target->GetMethodType());