Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_dex_operations.h37 void ArtInterpreterToCompiledCodeBridge(Thread* self,
58 interpreter::ArtInterpreterToCompiledCodeBridge( in PerformCall()
/art/runtime/interpreter/
Dinterpreter_common.h530 void ArtInterpreterToCompiledCodeBridge(Thread* self,
Dinterpreter.cc267 ArtInterpreterToCompiledCodeBridge(self, nullptr, code_item, &shadow_frame, &result); in Execute()
Dinterpreter_common.cc459 void ArtInterpreterToCompiledCodeBridge(Thread* self, in ArtInterpreterToCompiledCodeBridge() function