Lines Matching refs:Self

909   StackHandleScope<1> hs(soa.Self());  in TEST_F()
913 ObjPtr<mirror::Class> outer = class_linker_->FindClass(soa.Self(), "LNested;", class_loader); in TEST_F()
919 class_linker_->FindClass(soa.Self(), "LNested$Inner;", class_loader); in TEST_F()
941 StackHandleScope<2> hs(soa.Self()); in TEST_F()
943 class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;")); in TEST_F()
949 ObjPtr<mirror::Class> MyClass = class_linker_->FindClass(soa.Self(), "LMyClass;", class_loader); in TEST_F()
994 StackHandleScope<1> hs(soa.Self()); in TEST_F()
998 ObjPtr<mirror::Class> klass = class_linker_->FindClass(soa.Self(), "LMyClass;", class_loader); in TEST_F()
1014 StackHandleScope<2> hs(soa.Self()); in TEST_F()
1019 = class_linker_->FindClass(soa.Self(), "LAllFields;", class_loader); in TEST_F()
1032 = class_linker_->FindClass(soa.Self(), "[Ljava/lang/Object;", class_loader); in TEST_F()
1048 StackHandleScope<3> hs(soa.Self()); in TEST_F()
1053 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LErroneousInit;", class_loader)); in TEST_F()
1067 bool initialized = class_linker_->EnsureInitialized(soa.Self(), in TEST_F()
1072 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
1073 soa.Self()->ClearException(); in TEST_F()
1097 class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/String;"); in TEST_F()
1099 mirror::ObjectArray<mirror::String>::Alloc(soa.Self(), array_class, 0); in TEST_F()
1112 StackHandleScope<5> hs(soa.Self()); in TEST_F()
1113 Handle<mirror::LongArray> long_array(hs.NewHandle(mirror::LongArray::Alloc(soa.Self(), 0))); in TEST_F()
1114 EXPECT_OBJ_PTR_EQ(class_linker_->FindSystemClass(soa.Self(), "[J"), long_array->GetClass()); in TEST_F()
1118 Handle<mirror::DoubleArray> double_array(hs.NewHandle(mirror::DoubleArray::Alloc(soa.Self(), 0))); in TEST_F()
1119 EXPECT_OBJ_PTR_EQ(class_linker_->FindSystemClass(soa.Self(), "[D"), double_array->GetClass()); in TEST_F()
1123 Handle<mirror::IntArray> int_array(hs.NewHandle(mirror::IntArray::Alloc(soa.Self(), 0))); in TEST_F()
1124 EXPECT_OBJ_PTR_EQ(class_linker_->FindSystemClass(soa.Self(), "[I"), int_array->GetClass()); in TEST_F()
1128 Handle<mirror::CharArray> char_array(hs.NewHandle(mirror::CharArray::Alloc(soa.Self(), 0))); in TEST_F()
1129 EXPECT_OBJ_PTR_EQ(class_linker_->FindSystemClass(soa.Self(), "[C"), char_array->GetClass()); in TEST_F()
1133 Handle<mirror::ShortArray> short_array(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 0))); in TEST_F()
1134 EXPECT_OBJ_PTR_EQ(class_linker_->FindSystemClass(soa.Self(), "[S"), short_array->GetClass()); in TEST_F()
1147 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Boolean;", class_loader); in TEST_F()
1149 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Byte;", class_loader); in TEST_F()
1151 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Character;", class_loader); in TEST_F()
1153 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Double;", class_loader); in TEST_F()
1155 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Float;", class_loader); in TEST_F()
1157 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Integer;", class_loader); in TEST_F()
1159 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Long;", class_loader); in TEST_F()
1161 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Short;", class_loader); in TEST_F()
1167 StackHandleScope<3> hs(soa.Self()); in TEST_F()
1173 class_linker_->FindClass(soa.Self(), "LMyClass;", class_loader_1)); in TEST_F()
1175 class_linker_->FindClass(soa.Self(), "LMyClass;", class_loader_2); in TEST_F()
1183 StackHandleScope<2> hs(soa.Self()); in TEST_F()
1187 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LStatics;", class_loader))); in TEST_F()
1188 class_linker_->EnsureInitialized(soa.Self(), statics, true, true); in TEST_F()
1241 ObjPtr<mirror::String> str_value = mirror::String::AllocFromModifiedUtf8(soa.Self(), "robot"); in TEST_F()
1259 StackHandleScope<6> hs(soa.Self()); in TEST_F()
1263 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LInterfaces$I;", class_loader))); in TEST_F()
1265 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LInterfaces$J;", class_loader))); in TEST_F()
1267 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LInterfaces$K;", class_loader))); in TEST_F()
1269 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LInterfaces$A;", class_loader))); in TEST_F()
1271 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LInterfaces$B;", class_loader))); in TEST_F()
1334 StackHandleScope<1> hs(soa.Self()); in TEST_F()
1338 class_linker_->FindClass(soa.Self(), "LStaticsFromCode;", class_loader); in TEST_F()
1349 soa.Self(), in TEST_F()
1356 soa.Self(), in TEST_F()
1366 StackHandleScope<1> hs(soa.Self()); in TEST_F()
1369 hs.Self()->AssertNoPendingException(); in TEST_F()
1371 ObjPtr<mirror::Class> klass = class_linker_->FindClass(soa.Self(), descriptor, class_loader); in TEST_F()
1373 hs.Self()->AssertPendingException(); in TEST_F()
1375 klass = class_linker_->LookupClass(soa.Self(), descriptor, class_loader.Get()); in TEST_F()
1386 c = class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"); in TEST_F()
1390 c = class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Enum;"); in TEST_F()
1394 c = class_linker_->FindSystemClass(soa.Self(), "Ljava/math/RoundingMode;"); in TEST_F()
1398 c = class_linker_->FindSystemClass(soa.Self(), "Ljava/io/RandomAccessFile;"); in TEST_F()
1402 c = class_linker_->FindSystemClass(soa.Self(), "Ljava/io/InputStream;"); in TEST_F()
1404 c = class_linker_->FindSystemClass(soa.Self(), "Ljava/io/FileInputStream;"); in TEST_F()
1409 c = class_linker_->FindSystemClass(soa.Self(), "Ljava/util/concurrent/ThreadPoolExecutor;"); in TEST_F()
1411 …c = class_linker_->FindSystemClass(soa.Self(), "Ljava/util/concurrent/ScheduledThreadPoolExecutor;… in TEST_F()
1430 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Class;", class_loader); in TEST_F()
1434 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Object;", class_loader); in TEST_F()
1438 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/String;", class_loader); in TEST_F()
1442 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/DexCache;", class_loader); in TEST_F()
1466 class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"); in TEST_F()
1476 StackHandleScope<1> hs(soa.Self()); in TEST_F()
1479 soa.Self(), "Ljava/lang/SecurityManager;"))); in TEST_F()
1485 class_linker_->EnsureInitialized(soa.Self(), security_manager, true, true); in TEST_F()
1492 StackHandleScope<2> hs(soa.Self()); in TEST_F()
1496 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LStatics;", class_loader))); in TEST_F()
1500 class_linker_->EnsureInitialized(soa.Self(), statics, true, true); in TEST_F()
1507 StackHandleScope<3> hs(soa.Self()); in TEST_F()
1513 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
1519 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LStatics;", class_loader))); in TEST_F()
1527 StackHandleScope<2> hs(soa.Self()); in TEST_F()
1531 ReaderMutexLock mu(soa.Self(), *Locks::dex_lock_); in TEST_F()
1534 dex_cache.Assign(soa.Self()->DecodeJObject(data.weak_root)->AsDexCache()); in TEST_F()
1542 Handle<mirror::String> location(hs.NewHandle(mirror::String::AllocFromUtf16(soa.Self(), in TEST_F()
1557 WriterMutexLock mu(soa.Self(), *Locks::dex_lock_); in TEST_F()
1565 StackHandleScope<7> hs(soa.Self()); in TEST_F()
1570 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LMethodTypes;", class_loader))); in TEST_F()
1571 class_linker_->EnsureInitialized(soa.Self(), method_types, true, true); in TEST_F()
1582 class_linker_->FindDexCache(soa.Self(), dex_file)); in TEST_F()
1591 class_linker_->ResolveMethodType(soa.Self(), method1_id.proto_idx_, dex_cache, class_loader)); in TEST_F()
1597 Handle<mirror::Class> string_class(hs.NewHandle(class_linker_->FindClass(soa.Self(), in TEST_F()
1605 class_linker_->ResolveMethodType(soa.Self(), method1_id.proto_idx_, dex_cache, class_loader)); in TEST_F()
1618 class_linker_->ResolveMethodType(soa.Self(), method2_id.proto_idx_, dex_cache, class_loader)); in TEST_F()
1636 ObjPtr<mirror::Class> c = class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/String;"); in TEST_F()
1638 ObjPtr<mirror::Object> o = mirror::ObjectArray<mirror::String>::Alloc(soa.Self(), c, 0); in TEST_F()
1645 ObjPtr<mirror::Class> c = class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/String;"); in TEST_F()
1647 ObjPtr<mirror::Object> o = mirror::ObjectArray<mirror::String>::Alloc(soa.Self(), c, 0); in TEST_F()
1656 ObjPtr<mirror::Class> java_lang_String = class_linker_->FindSystemClass(soa.Self(), in TEST_F()
1667 ObjPtr<mirror::Class> c = class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/String;"); in TEST_F()
1706 class_linker_->FindClass(soa.Self(), descriptor.c_str(), class_loader_to_search)); in VerifyClassResolution()