• Home
  • Raw
  • Download

Lines Matching refs:hs

611   StackHandleScope<2> hs(soa.Self());  in TEST_F()  local
613 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"))); in TEST_F()
637 Handle<mirror::String> obj2(hs.NewHandle( in TEST_F()
684 StackHandleScope<kNumberOfLocks + 1> hs(self); in TestUnlockObject() local
686 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"))); in TestUnlockObject()
729 objects[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "")); in TestUnlockObject()
833 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
835 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/Object;"))); in TEST_F()
837 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/String;"))); in TEST_F()
886 StackHandleScope<5> hs(soa.Self()); in TEST_F() local
888 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
890 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/String;"))); in TEST_F()
894 hs.NewHandle(mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), ca.Get(), 10))); in TEST_F()
898 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"))); in TEST_F()
901 Handle<mirror::Object> obj_obj(hs.NewHandle(c->AllocObject(soa.Self()))); in TEST_F()
1016 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
1018 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
1074 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/Object;"))); in TEST_F()
1138 StackHandleScope<2> hs(self); in TEST_F() local
1140 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/Object;"))); in TEST_F()
1144 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
1235 StackHandleScope<kStringCount> hs(self); in TEST_F() local
1239 s[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), c[i])); in TEST_F()
1245 s[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), c[i - kBaseStringCount])); in TEST_F()
1540 StackHandleScope<5> hs(self); in TestFields() local
1541 Handle<mirror::Object> obj(hs.NewHandle(soa.Decode<mirror::Object*>(o))); in TestFields()
1542 Handle<mirror::Class> c(hs.NewHandle(obj->GetClass())); in TestFields()
1544 Handle<mirror::ArtMethod> m(hs.NewHandle(c->GetDirectMethod(0))); in TestFields()
1550 Handle<mirror::ObjectArray<mirror::ArtField>> fields(hs.NewHandle(c.Get()->GetSFields())); in TestFields()
1553 StackHandleScope<1> hs(self); in TestFields() local
1554 Handle<mirror::ArtField> f(hs.NewHandle(fields->Get(i))); in TestFields()
1585 Handle<mirror::ObjectArray<mirror::ArtField>> fields(hs.NewHandle(c.Get()->GetIFields())); in TestFields()
1588 StackHandleScope<1> hs(self); in TestFields() local
1589 Handle<mirror::ArtField> f(hs.NewHandle(fields->Get(i))); in TestFields()
1669 StackHandleScope<7> hs(self); in TEST_F() local
1686 Handle<mirror::ArtMethod> contains_amethod(hs.NewHandle(soa.DecodeMethod(contains_jmethod))); in TEST_F()
1703 Handle<mirror::ArtMethod> inf_contains(hs.NewHandle(soa.DecodeMethod(inf_contains_jmethod))); in TEST_F()
1729 Handle<mirror::Object> array_list(hs.NewHandle(soa.Decode<mirror::Object*>(jarray_list))); in TEST_F()
1733 Handle<mirror::Object> obj(hs.NewHandle(soa.Decode<mirror::Object*>(jobj))); in TEST_F()
1787 StackHandleScope<kStringCount> hs(self); in TEST_F() local
1791 s[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), c_str[i])); in TEST_F()