Searched refs:hs_dst (Results 1 – 1 of 1) sorted by relevance
500 StackHandleScope<3> hs_dst(self); in TEST_F() local501 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "4")); in TEST_F()502 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "5")); in TEST_F()503 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "6")); in TEST_F()506 hs_expected.NewHandle(hs_dst.GetReference(0)); in TEST_F()507 hs_expected.NewHandle(hs_dst.GetReference(1)); in TEST_F()517 hs_dst, in TEST_F()531 StackHandleScope<3> hs_dst(self); in TEST_F() local532 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "4")); in TEST_F()533 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "5")); in TEST_F()[all …]