Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Djit.h265 void NotifyInterpreterToCompiledCodeTransition(Thread* self, ArtMethod* caller) in NotifyInterpreterToCompiledCodeTransition() function
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_common.cc254 jit->NotifyInterpreterToCompiledCodeTransition(self, caller); in ArtInterpreterToCompiledCodeBridge()