Searched refs:ResolveVerifyAndClinit (Results 1 - 7 of 7) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_dexcache_entrypoints.cc36 return ResolveVerifyAndClinit(type_idx, caller, self, true, false);
45 return ResolveVerifyAndClinit(type_idx, caller, self, false, false);
55 return ResolveVerifyAndClinit(type_idx, caller, self, false, true);
/art/runtime/entrypoints/
H A Dentrypoint_utils.h155 inline mirror::Class* ResolveVerifyAndClinit(
H A Dentrypoint_utils-inl.h585 inline mirror::Class* ResolveVerifyAndClinit(uint32_t type_idx, ArtMethod* referrer, Thread* self, function in namespace:art
/art/runtime/
H A Dclass_linker_test.cc1014 TEST_F(ClassLinkerTest, ResolveVerifyAndClinit) {
1034 mirror::Class* uninit = ResolveVerifyAndClinit(type_idx, clinit, soa.Self(), true, false);
1037 mirror::Class* init = ResolveVerifyAndClinit(type_idx, getS0, soa.Self(), true, false);
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc434 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(),
470 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(),
487 Class* c = ResolveVerifyAndClinit(inst->VRegC_22c(), shadow_frame.GetMethod(),
513 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(),
H A Dinterpreter_switch_impl.cc337 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(),
373 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(),
390 Class* c = ResolveVerifyAndClinit(inst->VRegC_22c(), shadow_frame.GetMethod(),
417 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(),
H A Dinterpreter_common.cc707 Class* array_class = ResolveVerifyAndClinit(type_idx, shadow_frame.GetMethod(),

Completed in 58 milliseconds