Home
last modified time | relevance | path

Searched refs:DoCall (Results 1 – 3 of 3) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.h112 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()
Dunstarted_runtime_test.cc404 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()
Dinterpreter_common.cc1090 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, \