Searched refs:DoInvokeCustom (Results 1 – 5 of 5) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 344 bool DoInvokeCustom(Thread* self, 353 bool DoInvokeCustom(Thread* self, in DoInvokeCustom() function 362 return DoInvokeCustom(self, shadow_frame, call_site_idx, &operands, result); in DoInvokeCustom() 367 return DoInvokeCustom(self, shadow_frame, call_site_idx, &operands, result); in DoInvokeCustom()
|
D | interpreter_switch_impl-inl.h | 1775 bool success = DoInvokeCustom</* is_range= */ false>( in INVOKE_CUSTOM() 1782 bool success = DoInvokeCustom</* is_range= */ true>( in INVOKE_CUSTOM_RANGE()
|
D | interpreter_common.cc | 1454 bool DoInvokeCustom(Thread* self, in DoInvokeCustom() function
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 227 return DoInvokeCustom</* is_range= */ false>( in MterpInvokeCustom() 304 return DoInvokeCustom</*is_range=*/ true>(self, *shadow_frame, inst, inst_data, result_register); in MterpInvokeCustomRange()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2917 interpreter::DoInvokeCustom(self, *shadow_frame, call_site_idx, &operands, &result); in artInvokeCustom()
|