Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h97 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()
Dunstarted_runtime_test.cc271 interpreter::DoCall<false, false>(method, self, *shadow_frame, inst, inst_data[0], &result); in TEST_F()
Dinterpreter_common.cc481 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, \