Searched refs:hsp (Results 1 – 2 of 2) sorted by relevance
61 std::unique_ptr<StackHandleScope<kMaxHandles>>* hsp, in FillHeap() argument66 hsp->reset(new StackHandleScope<kMaxHandles>(self)); in FillHeap()68 Handle<mirror::Class> c((*hsp)->NewHandle(class_linker->FindSystemClass(self, in FillHeap()71 Handle<mirror::Class> ca((*hsp)->NewHandle(class_linker->FindSystemClass(self, in FillHeap()77 MutableHandle<mirror::Object> h((*hsp)->NewHandle<mirror::Object>( in FillHeap()96 MutableHandle<mirror::Object> h = (*hsp)->NewHandle<mirror::Object>(c->AllocObject(self)); in FillHeap()307 std::unique_ptr<StackHandleScope<kMaxHandles>> hsp; in CommonWaitSetup() local311 FillHeap(soa.Self(), class_linker, &hsp, &handles); in CommonWaitSetup()
1071 std::unique_ptr<StackHandleScope<kMaxHandles>> hsp(new StackHandleScope<kMaxHandles>(self)); in TEST_F() local1077 Handle<mirror::Object> h(hsp->NewHandle<mirror::Object>( in TEST_F()1097 Handle<mirror::Object> h = hsp->NewHandle(c->AllocObject(soa.Self())); in TEST_F()