Searched refs:DoCall (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 97 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, 121 return DoCall<is_range, do_access_check>(called_method, self, shadow_frame, inst, inst_data, in DoInvoke() 154 return DoCall<is_range, false>(called_method, self, shadow_frame, inst, inst_data, result); in DoInvokeVirtualQuick()
|
D | unstarted_runtime_test.cc | 271 interpreter::DoCall<false, false>(method, self, *shadow_frame, inst, inst_data[0], &result); in TEST_F()
|
D | interpreter_common.cc | 481 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall() function 807 bool DoCall<_is_range, _do_assignability_check>(ArtMethod* method, Thread* self, \
|