Searched refs:DoCall (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 112 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, 156 return DoCall<false, false>(called_method, self, shadow_frame, inst, inst_data, result); in DoFastInvoke() 199 return DoCall<is_range, do_access_check>(called_method, self, shadow_frame, inst, inst_data, in DoInvoke() 267 return DoCall<is_range, false>(called_method, self, shadow_frame, inst, inst_data, result); in DoInvokeVirtualQuick()
|
D | unstarted_runtime_test.cc | 404 interpreter::DoCall<false, false>(method, self, *shadow_frame, inst, inst_data[0], &result); in TEST_F() 1034 interpreter::DoCall<false, false>(method, self, *shadow_frame, inst, inst_data[0], &result); in TEST_F() 1193 interpreter::DoCall<false, false>(boot_cp_init, in GetBootClassLoader()
|
D | interpreter_common.cc | 1090 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall() function 1236 bool DoCall<_is_range, _do_assignability_check>(ArtMethod* method, Thread* self, \
|