Lines Matching refs:class_loader

182                         ObjPtr<mirror::ClassLoader> class_loader)  in AssertArrayClass()  argument
186 Handle<mirror::ClassLoader> loader(hs.NewHandle(class_loader)); in AssertArrayClass()
410 void AssertDexFileClass(ObjPtr<mirror::ClassLoader> class_loader, const std::string& descriptor) in AssertDexFileClass() argument
420 EXPECT_OBJ_PTR_EQ(class_loader, klass->GetClassLoader()); in AssertDexFileClass()
430 void AssertDexFile(const DexFile& dex, ObjPtr<mirror::ClassLoader> class_loader) in AssertDexFile() argument
436 AssertDexFileClass(class_loader, descriptor); in AssertDexFile()
442 AssertDexFileClass(class_loader, descriptor); in AssertDexFile()
894 Handle<mirror::ClassLoader> class_loader( in TEST_F() local
897 ObjPtr<mirror::Class> outer = class_linker_->FindClass(soa.Self(), "LNested;", class_loader); in TEST_F()
903 class_linker_->FindClass(soa.Self(), "LNested$Inner;", class_loader); in TEST_F()
930 Handle<mirror::ClassLoader> class_loader( in TEST_F() local
933 ObjPtr<mirror::Class> MyClass = class_linker_->FindClass(soa.Self(), "LMyClass;", class_loader); in TEST_F()
942 EXPECT_OBJ_PTR_EQ(class_loader.Get(), MyClass->GetClassLoader()); in TEST_F()
971 AssertArrayClass("[[[LMyClass;", "[[LMyClass;", class_loader.Get()); in TEST_F()
979 Handle<mirror::ClassLoader> class_loader( in TEST_F() local
982 ObjPtr<mirror::Class> klass = class_linker_->FindClass(soa.Self(), "LMyClass;", class_loader); in TEST_F()
986 class_linker_->LookupResolvedType(type_idx, dex_cache, class_loader.Get()), in TEST_F()
992 class_linker_->LookupResolvedType(type_idx, dex_cache, class_loader.Get()), in TEST_F()
999 Handle<mirror::ClassLoader> class_loader( in TEST_F() local
1003 = class_linker_->FindClass(soa.Self(), "LAllFields;", class_loader); in TEST_F()
1013 class_linker_->LookupResolvedType(array_idx, dex_cache.Get(), class_loader.Get()) == nullptr); in TEST_F()
1016 = class_linker_->FindClass(soa.Self(), "[Ljava/lang/Object;", class_loader); in TEST_F()
1020 class_linker_->LookupResolvedType(array_idx, dex_cache.Get(), class_loader.Get()), in TEST_F()
1026 class_linker_->LookupResolvedType(array_idx, dex_cache.Get(), class_loader.Get()), in TEST_F()
1033 Handle<mirror::ClassLoader> class_loader( in TEST_F() local
1037 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LErroneousInit;", class_loader)); in TEST_F()
1042 class_linker_->LookupResolvedType(type_idx, dex_cache.Get(), class_loader.Get()), in TEST_F()
1048 class_linker_->LookupResolvedType(type_idx, dex_cache.Get(), class_loader.Get()), in TEST_F()
1060 class_linker_->LookupResolvedType(type_idx, dex_cache.Get(), class_loader.Get()), in TEST_F()
1066 class_linker_->LookupResolvedType(type_idx, dex_cache.Get(), class_loader.Get()), in TEST_F()
1129 ScopedNullHandle<mirror::ClassLoader> class_loader; in TEST_F() local
1131 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Boolean;", class_loader); in TEST_F()
1133 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Byte;", class_loader); in TEST_F()
1135 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Character;", class_loader); in TEST_F()
1137 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Double;", class_loader); in TEST_F()
1139 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Float;", class_loader); in TEST_F()
1141 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Integer;", class_loader); in TEST_F()
1143 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Long;", class_loader); in TEST_F()
1145 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Short;", class_loader); in TEST_F()
1168 Handle<mirror::ClassLoader> class_loader( in TEST_F() local
1171 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LStatics;", class_loader))); in TEST_F()
1245 Handle<mirror::ClassLoader> class_loader( in TEST_F() local
1248 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LInterfaces$I;", class_loader))); in TEST_F()
1250 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LInterfaces$J;", class_loader))); in TEST_F()
1252 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LInterfaces$K;", class_loader))); in TEST_F()
1254 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LInterfaces$A;", class_loader))); in TEST_F()
1256 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LInterfaces$B;", class_loader))); in TEST_F()
1324 Handle<mirror::ClassLoader> class_loader( in TEST_F() local
1327 class_linker_->FindClass(soa.Self(), "LStaticsFromCode;", class_loader); in TEST_F()
1356 Handle<mirror::ClassLoader> class_loader( in TEST_F() local
1360 ObjPtr<mirror::Class> klass = class_linker_->FindClass(soa.Self(), descriptor, class_loader); in TEST_F()
1364 klass = class_linker_->LookupClass(soa.Self(), descriptor, class_loader.Get()); in TEST_F()
1416 ScopedNullHandle<mirror::ClassLoader> class_loader; in TEST_F() local
1419 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Class;", class_loader); in TEST_F()
1423 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/Object;", class_loader); in TEST_F()
1427 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/String;", class_loader); in TEST_F()
1431 c = class_linker_->FindClass(soa.Self(), "Ljava/lang/DexCache;", class_loader); in TEST_F()
1484 Handle<mirror::ClassLoader> class_loader( in TEST_F() local
1487 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LStatics;", class_loader))); in TEST_F()
1499 Handle<mirror::ClassLoader> class_loader( in TEST_F() local
1510 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LStatics;", class_loader))); in TEST_F()
1557 Handle<mirror::ClassLoader> class_loader( in TEST_F() local
1560 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LMethodTypes;", class_loader))); in TEST_F()
1581 class_linker_->ResolveMethodType(soa.Self(), method1_id.proto_idx_, dex_cache, class_loader)); in TEST_F()
1589 class_loader))); in TEST_F()
1595 class_linker_->ResolveMethodType(soa.Self(), method1_id.proto_idx_, dex_cache, class_loader)); in TEST_F()
1608 class_linker_->ResolveMethodType(soa.Self(), method2_id.proto_idx_, dex_cache, class_loader)); in TEST_F()