Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc1150 Handle<mirror::Class> boot_cp_class = hs.NewHandle( in GetBootClassLoader() local
1154 CHECK(boot_cp_class != nullptr); in GetBootClassLoader()
1155 CHECK(class_linker->EnsureInitialized(self, boot_cp_class, true, true)); in GetBootClassLoader()
1157 boot_cp.Assign(boot_cp_class->AllocObject(self)->AsClassLoader()); in GetBootClassLoader()
1160 ArtMethod* boot_cp_init = boot_cp_class->FindConstructor( in GetBootClassLoader()