Lines Matching refs:hs

264           StackHandleScope<3> hs(self);  in DoFieldPut()  local
265 HandleWrapper<mirror::ArtField> h_f(hs.NewHandleWrapper(&f)); in DoFieldPut()
266 HandleWrapper<mirror::Object> h_reg(hs.NewHandleWrapper(&reg)); in DoFieldPut()
267 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper(&obj)); in DoFieldPut()
411 StackHandleScope<3> hs(self_); in VisitFrame() local
412 Handle<mirror::Class> exception_class(hs.NewHandle((*exception_)->GetClass())); in VisitFrame()
413 Handle<mirror::ArtMethod> h_method(hs.NewHandle(method)); in VisitFrame()
456 StackHandleScope<3> hs(self); in FindNextInstructionFollowingException() local
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()
545 StackHandleScope<1> hs(self); in DoCall() local
546 MethodHelper mh(hs.NewHandle(method)); in DoCall()
785 StackHandleScope<1> hs(self); in UnstartedRuntimeFindClass() local
786 Handle<mirror::Class> h_class(hs.NewHandle(found)); in UnstartedRuntimeFindClass()
804 StackHandleScope<1> hs(self); in UnstartedRuntimeInvoke() local
805 Handle<mirror::String> h_class_name(hs.NewHandle(class_name)); in UnstartedRuntimeInvoke()
810 StackHandleScope<1> hs(self); in UnstartedRuntimeInvoke() local
811 Handle<mirror::String> h_class_name(hs.NewHandle(class_name)); in UnstartedRuntimeInvoke()
818 StackHandleScope<2> hs(self); in UnstartedRuntimeInvoke() local
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()
828 StackHandleScope<1> hs(self); in UnstartedRuntimeInvoke() local
829 Handle<Object> obj(hs.NewHandle(klass->AllocObject(self))); in UnstartedRuntimeInvoke()
861 StackHandleScope<1> hs(self); in UnstartedRuntimeInvoke() local
862 Handle<Object> field(hs.NewHandle(jlr_Field->AllocNonMovableObject(self))); in UnstartedRuntimeInvoke()
873 StackHandleScope<1> hs(self); in UnstartedRuntimeInvoke() local
874 MethodHelper mh(hs.NewHandle(shadow_frame->GetVRegReference(arg_offset)->AsArtMethod())); in UnstartedRuntimeInvoke()