Home
last modified time | relevance | path

Searched refs:hsp (Results 1 – 1 of 1) sorted by relevance

/art/runtime/arch/
Dstub_test.cc851 std::unique_ptr<StackHandleScope<kMaxHandles>> hsp(new StackHandleScope<kMaxHandles>(self)); in TEST_F() local
857 Handle<mirror::Object> h(hsp->NewHandle<mirror::Object>( in TEST_F()
877 Handle<mirror::Object> h = hsp->NewHandle(c->AllocObject(soa.Self())); in TEST_F()