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.cc1155 Handle<mirror::Class> boot_cp_class = hs.NewHandle( in GetBootClassLoader() local
1159 CHECK(boot_cp_class != nullptr); in GetBootClassLoader()
1160 CHECK(class_linker->EnsureInitialized(self, boot_cp_class, true, true)); in GetBootClassLoader()
1162 boot_cp.Assign(boot_cp_class->AllocObject(self)->AsClassLoader()); in GetBootClassLoader()
1165 ArtMethod* boot_cp_init = boot_cp_class->FindConstructor( in GetBootClassLoader()