Home
last modified time | relevance | path

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

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