Searched refs:ExecuteSwitchImpl (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter.cc | 329 return ExecuteSwitchImpl<false, true>(self, accessor, shadow_frame, result_register, in Execute() 332 return ExecuteSwitchImpl<false, false>(self, accessor, shadow_frame, result_register, in Execute() 338 return ExecuteSwitchImpl<false, false>(self, accessor, shadow_frame, result_register, in Execute() 349 result_register = ExecuteSwitchImpl<false, false>(self, accessor, shadow_frame, in Execute() 361 return ExecuteSwitchImpl<false, true>(self, accessor, shadow_frame, result_register, in Execute() 364 return ExecuteSwitchImpl<false, false>(self, accessor, shadow_frame, result_register, in Execute() 380 return ExecuteSwitchImpl<true, true>(self, accessor, shadow_frame, result_register, in Execute() 383 return ExecuteSwitchImpl<true, false>(self, accessor, shadow_frame, result_register, in Execute() 389 return ExecuteSwitchImpl<true, true>(self, accessor, shadow_frame, result_register, in Execute() 392 return ExecuteSwitchImpl<true, false>(self, accessor, shadow_frame, result_register, in Execute()
|
D | interpreter_switch_impl.h | 59 ALWAYS_INLINE JValue ExecuteSwitchImpl(Thread* self, const CodeItemDataAccessor& accessor, in ExecuteSwitchImpl() function
|
D | interpreter_common.h | 286 ExecuteSwitchImpl<false, false>(self, accessor, *new_shadow_frame, *result, false); in DoInvoke() 293 *result = ExecuteSwitchImpl<false, false>(self, accessor, *new_shadow_frame, *result, true); in DoInvoke()
|