Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc329 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()
Dinterpreter_switch_impl.h59 ALWAYS_INLINE JValue ExecuteSwitchImpl(Thread* self, const CodeItemDataAccessor& accessor, in ExecuteSwitchImpl() function
Dinterpreter_common.h286 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()