Lines Matching refs:hs_dst
500 StackHandleScope<3> hs_dst(self); in TEST_F() local
501 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() local
532 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "4")); in TEST_F()
533 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "5")); in TEST_F()
534 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "6")); in TEST_F()
537 hs_expected.NewHandle(hs_dst.GetReference(0)); in TEST_F()
539 hs_expected.NewHandle(hs_dst.GetReference(2)); in TEST_F()
548 hs_dst, in TEST_F()
562 StackHandleScope<3> hs_dst(self); in TEST_F() local
563 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "4")); in TEST_F()
564 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "5")); in TEST_F()
565 hs_dst.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "6")); in TEST_F()
569 hs_expected.NewHandle(hs_dst.GetReference(1)); in TEST_F()
570 hs_expected.NewHandle(hs_dst.GetReference(2)); in TEST_F()
579 hs_dst, in TEST_F()