HomeSort by relevance Sort by last modified time
    Searched refs:artInterpreterToInterpreterBridge (Results 1 - 7 of 7) sorted by null

  /art/runtime/interpreter/
interpreter.h 50 extern "C" void artInterpreterToInterpreterBridge(Thread* self, MethodHelper& mh,
interpreter.cc 160 artInterpreterToInterpreterBridge(self, mh, code_item, shadow_frame, result);
    [all...]
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 26 extern "C" void artInterpreterToInterpreterBridge(Thread* self, MethodHelper& mh,
139 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 25 extern "C" void artInterpreterToInterpreterBridge(Thread* self, MethodHelper& mh,
140 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 24 extern "C" void artInterpreterToInterpreterBridge(Thread* self, MethodHelper& mh,
122 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge;
  /art/runtime/
common_test.h 225 method->SetEntryPointFromInterpreter(interpreter::artInterpreterToInterpreterBridge);
class_linker.cc     [all...]

Completed in 342 milliseconds