/art/runtime/entrypoints/quick/ |
quick_dexcache_entrypoints.cc | 35 return ResolveVerifyAndClinit(type_idx, caller, self, true, false); 43 return ResolveVerifyAndClinit(type_idx, caller, self, false, false); 52 return ResolveVerifyAndClinit(type_idx, caller, self, false, true);
|
/art/runtime/entrypoints/ |
entrypoint_utils.h | 157 inline mirror::Class* ResolveVerifyAndClinit(
|
entrypoint_utils-inl.h | [all...] |
/art/runtime/interpreter/mterp/ |
mterp.cc | 279 Class* c = ResolveVerifyAndClinit(index, shadow_frame->GetMethod(), self, false, false); 290 Class* c = ResolveVerifyAndClinit(index, method, self, false, false); 294 // Must load obj from vreg following ResolveVerifyAndClinit due to moving gc. 306 Class* c = ResolveVerifyAndClinit(index, method, self, false, false); 310 // Must load obj from vreg following ResolveVerifyAndClinit due to moving gc. 324 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame->GetMethod(),
|
/art/runtime/ |
class_linker_test.cc | [all...] |
/art/runtime/interpreter/ |
interpreter_goto_table_impl.cc | 464 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(), 500 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(), 517 Class* c = ResolveVerifyAndClinit(inst->VRegC_22c(), shadow_frame.GetMethod(), 543 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(), [all...] |
interpreter_switch_impl.cc | 406 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(), 442 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(), 459 Class* c = ResolveVerifyAndClinit(inst->VRegC_22c(), shadow_frame.GetMethod(), 486 Class* c = ResolveVerifyAndClinit(inst->VRegB_21c(), shadow_frame.GetMethod(), [all...] |
interpreter_common.cc | [all...] |