• Home
  • Raw
  • Download

Lines Matching refs:hs

61     StackHandleScope<1> hs(self);  in AssertString()  local
63 hs.NewHandle(String::AllocFromModifiedUtf8(self, expected_utf16_length, utf8_in))); in AssertString()
118 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
120 hs.NewHandle(class_linker_->AllocObjectArray<Object>(soa.Self(), 256))); in TEST_F()
129 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
131 hs.NewHandle(class_linker_->AllocObjectArray<Object>(soa.Self(), 2))); in TEST_F()
156 Handle<mirror::Class> klass(hs.NewHandle(oa->GetClass())); in TEST_F()
167 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
169 hs.NewHandle(Array::Alloc<true>(soa.Self(), c, 1, c->GetComponentSize(), in TEST_F()
190 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
192 hs.NewHandle(Array::Alloc<true>(soa.Self(), c, 1, c->GetComponentSize(), in TEST_F()
292 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
293 Handle<Class> c(hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "I"))); in TEST_F()
294 Handle<IntArray> dims(hs.NewHandle(IntArray::Alloc(soa.Self(), 1))); in TEST_F()
331 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
332 Handle<mirror::ClassLoader> loader(hs.NewHandle(soa.Decode<ClassLoader*>(class_loader))); in TEST_F()
360 Handle<CharArray> char_array(hs.NewHandle(CharArray::Alloc(soa.Self(), 0))); in TEST_F()
396 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
397 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F()
405 Handle<String> empty(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), ""))); in TEST_F()
412 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
413 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F()
414 Handle<String> string_2(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F()
422 Handle<String> empty(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), ""))); in TEST_F()
429 StackHandleScope<5> hs(soa.Self()); in TEST_F() local
430 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F()
431 Handle<String> string_2(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F()
432 Handle<String> string_3(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "Android"))); in TEST_F()
433 Handle<String> string_4(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "and"))); in TEST_F()
434 Handle<String> string_5(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), ""))); in TEST_F()
446 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
447 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F()
465 StackHandleScope<4> hs(soa.Self()); in TEST_F() local
466 Handle<ClassLoader> class_loader_1(hs.NewHandle(soa.Decode<ClassLoader*>(jclass_loader_1))); in TEST_F()
467 Handle<ClassLoader> class_loader_2(hs.NewHandle(soa.Decode<ClassLoader*>(jclass_loader_2))); in TEST_F()
492 MethodHelper mh(hs.NewHandle(m1_1)); in TEST_F()
493 MethodHelper mh2(hs.NewHandle(m1_2)); in TEST_F()
515 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
516 Handle<String> empty(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), ""))); in TEST_F()
517 Handle<String> A(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "A"))); in TEST_F()
518 Handle<String> ABC(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "ABC"))); in TEST_F()
528 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
529 Handle<ClassLoader> class_loader(hs.NewHandle(soa.Decode<ClassLoader*>(jclass_loader))); in TEST_F()
536 Handle<Object> x(hs.NewHandle(X->AllocObject(soa.Self()))); in TEST_F()
537 Handle<Object> y(hs.NewHandle(Y->AllocObject(soa.Self()))); in TEST_F()
563 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
564 Handle<ClassLoader> class_loader(hs.NewHandle(soa.Decode<ClassLoader*>(jclass_loader))); in TEST_F()
601 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
602 Handle<ClassLoader> class_loader(hs.NewHandle(soa.Decode<ClassLoader*>(jclass_loader))); in TEST_F()
654 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
655 Handle<String> s(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "ABC"))); in TEST_F()
688 StackHandleScope<4> hs(soa.Self()); in TEST_F() local
689 Handle<String> s(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "ABC"))); in TEST_F()
691 Handle<Class> c(hs.NewHandle(s->GetClass())); in TEST_F()
705 Handle<ArtField> f1(hs.NewHandle( in TEST_F()
707 Handle<ArtField> f2(hs.NewHandle( in TEST_F()