Home
last modified time | relevance | path

Searched refs:DoInvokePolymorphic (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dmethod_handles.h205 bool DoInvokePolymorphic(Thread* self,
Dmethod_handles.cc1123 bool DoInvokePolymorphic(Thread* self, in DoInvokePolymorphic() function
1191 bool DoInvokePolymorphic<_is_range>( \
/art/runtime/interpreter/
Dinterpreter_common.cc546 bool DoInvokePolymorphic(Thread* self, in DoInvokePolymorphic() function
608 return DoInvokePolymorphic<is_range>(self, in DoInvokePolymorphic()
622 return DoInvokePolymorphic<is_range>(self, in DoInvokePolymorphic()
800 bool invoke_success = DoInvokePolymorphic<true /* is_range */>(self, in InvokeBootstrapMethod()
896 return DoInvokePolymorphic<is_range>(self, in DoInvokeCustom()
1309 bool DoInvokePolymorphic<_is_range>( \
Dinterpreter_common.h206 bool DoInvokePolymorphic(Thread* self,
Dinterpreter_switch_impl.cc1597 bool success = DoInvokePolymorphic<false /* is_range */>( in ExecuteSwitchImpl()
1605 bool success = DoInvokePolymorphic<true /* is_range */>( in ExecuteSwitchImpl()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2653 if (!DoInvokePolymorphic<true /* is_range */>(self, in artInvokePolymorphic()