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

  /art/runtime/entrypoints/
runtime_asm_entrypoints.h 39 static inline const void* GetQuickToInterpreterBridge() {
  /art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc 36 result = GetQuickToInterpreterBridge();
41 bool interpreter_entry = (result == GetQuickToInterpreterBridge());
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/
oat.h 86 const void* GetQuickToInterpreterBridge() const;