Searched refs:DoInvokeCustom (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 221 bool DoInvokeCustom(Thread* self, 230 bool DoInvokeCustom(Thread* self, in DoInvokeCustom() function 239 return DoInvokeCustom(self, shadow_frame, call_site_idx, &operands, result); in DoInvokeCustom() 244 return DoInvokeCustom(self, shadow_frame, call_site_idx, &operands, result); in DoInvokeCustom()
|
D | interpreter_switch_impl-inl.h | 1261 bool success = DoInvokeCustom</* is_range= */ false>( in INVOKE_CUSTOM() 1268 bool success = DoInvokeCustom</* is_range= */ true>( in INVOKE_CUSTOM_RANGE()
|
D | interpreter_common.cc | 1146 bool DoInvokeCustom(Thread* self, in DoInvokeCustom() function
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2500 interpreter::DoInvokeCustom(self, *shadow_frame, call_site_idx, &operands, &result); in artInvokeCustom()
|