Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_test.cc500 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()
[all …]