Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_test.cc464 StackHandleScope<3> hs_dst(self); in TEST_F() local
465 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "4")); in TEST_F()
466 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "5")); in TEST_F()
467 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "6")); in TEST_F()
470 hs_expected.NewHandle(hs_dst.GetReference(0)); in TEST_F()
471 hs_expected.NewHandle(hs_dst.GetReference(1)); in TEST_F()
481 hs_dst, in TEST_F()
495 StackHandleScope<3> hs_dst(self); in TEST_F() local
496 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "4")); in TEST_F()
497 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "5")); in TEST_F()
[all …]