Searched refs:hs_dst (Results 1 – 1 of 1) sorted by relevance
464 StackHandleScope<3> hs_dst(self); in TEST_F() local465 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() local496 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "4")); in TEST_F()497 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "5")); in TEST_F()[all …]