Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h116 void NotifyInterpreterToCompiledCodeTransition(Thread* self, ArtMethod* caller) in NotifyInterpreterToCompiledCodeTransition() function
/art/runtime/interpreter/
Dinterpreter_common.cc536 jit->NotifyInterpreterToCompiledCodeTransition(self, caller); in ArtInterpreterToCompiledCodeBridge()