Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h444 bool DoInvokeCustom(Thread* self,
453 bool DoInvokeCustom(Thread* self, in DoInvokeCustom() function
462 return DoInvokeCustom(self, shadow_frame, call_site_idx, &operands, result); in DoInvokeCustom()
467 return DoInvokeCustom(self, shadow_frame, call_site_idx, &operands, result); in DoInvokeCustom()
Dinterpreter_switch_impl-inl.h1223 bool success = DoInvokeCustom</* is_range= */ false>( in INVOKE_CUSTOM()
1230 bool success = DoInvokeCustom</* is_range= */ true>( in INVOKE_CUSTOM_RANGE()
Dinterpreter_common.cc1133 bool DoInvokeCustom(Thread* self, in DoInvokeCustom() function
/art/runtime/interpreter/mterp/
Dmterp.cc225 return DoInvokeCustom</* is_range= */ false>( in MterpInvokeCustom()
302 return DoInvokeCustom</*is_range=*/ true>( in MterpInvokeCustomRange()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2668 interpreter::DoInvokeCustom(self, *shadow_frame, call_site_idx, &operands, &result); in artInvokeCustom()