Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_test.cc1160 ArtMethod* boot_cp_init = boot_cp_class->FindConstructor( in GetBootClassLoader() local
1162 CHECK(boot_cp_init != nullptr); in GetBootClassLoader()
1165 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, boot_cp_init, 0); in GetBootClassLoader()
1171 interpreter::DoCall<false, false>(boot_cp_init, in GetBootClassLoader()