Searched refs:ArtInterpreterToInterpreterBridge (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter.h | 52 void ArtInterpreterToInterpreterBridge(Thread* self, const DexFile::CodeItem* code_item,
|
D | interpreter.cc | 619 void ArtInterpreterToInterpreterBridge(Thread* self, const DexFile::CodeItem* code_item, in ArtInterpreterToInterpreterBridge() function
|
D | interpreter_common.cc | 756 ArtInterpreterToInterpreterBridge(self, code_item, new_shadow_frame, result); in DoCallCommon()
|
D | unstarted_runtime.cc | 1708 ArtInterpreterToInterpreterBridge(self, code_item, shadow_frame, result); in Invoke()
|