Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h242 void NotifyInterpreterToCompiledCodeTransition(Thread* self, ArtMethod* caller) in NotifyInterpreterToCompiledCodeTransition() function
/art/runtime/interpreter/
Dinterpreter_common.h212 jit->NotifyInterpreterToCompiledCodeTransition(self, sf_method); in DoInvoke()
Dinterpreter_common.cc617 jit->NotifyInterpreterToCompiledCodeTransition(self, caller); in ArtInterpreterToCompiledCodeBridge()