Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc493 static void UnstartedRuntimeInvoke(Thread* self, MethodHelper& mh,
655 UnstartedRuntimeInvoke(self, mh, code_item, new_shadow_frame, result, first_dest_reg); in DoCall()
795 static void UnstartedRuntimeInvoke(Thread* self, MethodHelper& mh, in UnstartedRuntimeInvoke() function