Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h214 bool DoInvokeCustom(Thread* self,
Dinterpreter_common.cc825 bool DoInvokeCustom(Thread* self, in DoInvokeCustom() function
1249 bool DoInvokeCustom<_is_range>( \
Dinterpreter_switch_impl.cc1556 bool success = DoInvokeCustom<false /* is_range */>( in ExecuteSwitchImpl()
1564 bool success = DoInvokeCustom<true /* is_range */>( in ExecuteSwitchImpl()