Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc351 return ExecuteSwitchImpl<false, true>(self, accessor, shadow_frame, result_register, in Execute()
354 return ExecuteSwitchImpl<false, false>(self, accessor, shadow_frame, result_register, in Execute()
360 return ExecuteSwitchImpl<false, false>(self, accessor, shadow_frame, result_register, in Execute()
371 result_register = ExecuteSwitchImpl<false, false>(self, accessor, shadow_frame, in Execute()
383 return ExecuteSwitchImpl<false, true>(self, accessor, shadow_frame, result_register, in Execute()
386 return ExecuteSwitchImpl<false, false>(self, accessor, shadow_frame, result_register, in Execute()
396 return ExecuteSwitchImpl<true, true>(self, accessor, shadow_frame, result_register, in Execute()
399 return ExecuteSwitchImpl<true, false>(self, accessor, shadow_frame, result_register, in Execute()
405 return ExecuteSwitchImpl<true, true>(self, accessor, shadow_frame, result_register, in Execute()
408 return ExecuteSwitchImpl<true, false>(self, accessor, shadow_frame, result_register, in Execute()
Dinterpreter_switch_impl.h59 ALWAYS_INLINE JValue ExecuteSwitchImpl(Thread* self, const CodeItemDataAccessor& accessor, in ExecuteSwitchImpl() function
Dinterpreter_common.h386 ExecuteSwitchImpl<false, false>(self, accessor, *new_shadow_frame, *result, false); in DoInvoke()
393 *result = ExecuteSwitchImpl<false, false>(self, accessor, *new_shadow_frame, *result, true); in DoInvoke()