Searched refs:boot_cp_init (Results 1 – 1 of 1) sorted by relevance
1165 ArtMethod* boot_cp_init = boot_cp_class->FindConstructor( in GetBootClassLoader() local1167 CHECK(boot_cp_init != nullptr); in GetBootClassLoader()1170 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, boot_cp_init, 0); in GetBootClassLoader()1176 interpreter::DoCall<false, false>(boot_cp_init, in GetBootClassLoader()