Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_test.cc1179 Handle<mirror::Class> boot_cp_class = hs.NewHandle( in GetBootClassLoader() local
1183 CHECK(boot_cp_class != nullptr); in GetBootClassLoader()
1184 CHECK(class_linker->EnsureInitialized(self, boot_cp_class, true, true)); in GetBootClassLoader()
1186 boot_cp.Assign(boot_cp_class->AllocObject(self)->AsClassLoader()); in GetBootClassLoader()
1189 ArtMethod* boot_cp_init = boot_cp_class->FindConstructor( in GetBootClassLoader()