Lines Matching refs:NewHandle
389 catch_method_(handle_scope_.NewHandle<mirror::ArtMethod>(nullptr)), in CatchLocationFinder()
412 Handle<mirror::Class> exception_class(hs.NewHandle((*exception_)->GetClass())); in VisitFrame()
413 Handle<mirror::ArtMethod> h_method(hs.NewHandle(method)); in VisitFrame()
457 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException(&throw_location))); in FindNextInstructionFollowingException()
468 Handle<mirror::Class> exception_class(hs.NewHandle(exception->GetClass())); in FindNextInstructionFollowingException()
469 Handle<mirror::ArtMethod> h_method(hs.NewHandle(shadow_frame.GetMethod())); in FindNextInstructionFollowingException()
546 MethodHelper mh(hs.NewHandle(method)); in DoCall()
786 Handle<mirror::Class> h_class(hs.NewHandle(found)); in UnstartedRuntimeFindClass()
805 Handle<mirror::String> h_class_name(hs.NewHandle(class_name)); in UnstartedRuntimeInvoke()
811 Handle<mirror::String> h_class_name(hs.NewHandle(class_name)); in UnstartedRuntimeInvoke()
819 Handle<mirror::String> h_class_name(hs.NewHandle(class_name)); in UnstartedRuntimeInvoke()
820 Handle<mirror::ClassLoader> h_class_loader(hs.NewHandle(class_loader)); in UnstartedRuntimeInvoke()
829 Handle<Object> obj(hs.NewHandle(klass->AllocObject(self))); in UnstartedRuntimeInvoke()
862 Handle<Object> field(hs.NewHandle(jlr_Field->AllocNonMovableObject(self))); in UnstartedRuntimeInvoke()
874 MethodHelper mh(hs.NewHandle(shadow_frame->GetVRegReference(arg_offset)->AsArtMethod())); in UnstartedRuntimeInvoke()