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

  /art/runtime/entrypoints/
runtime_asm_entrypoints.h 41 static inline const void* GetQuickToInterpreterBridge() {
  /art/runtime/
oat.h 93 const void* GetQuickToInterpreterBridge() const;
instrumentation.cc 159 new_quick_code = GetQuickToInterpreterBridge();
162 new_quick_code = GetQuickToInterpreterBridge();
172 new_quick_code = GetQuickToInterpreterBridge();
181 new_quick_code = GetQuickToInterpreterBridge();
736 new_quick_code = GetQuickToInterpreterBridge();
    [all...]
oat.cc 347 const void* OatHeader::GetQuickToInterpreterBridge() const {
quick_exception_handler.cc 557 deopt_method, GetQuickToInterpreterBridge());
art_method.cc 739 SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), image_pointer_size);
    [all...]
class_linker.cc 594 quick_to_interpreter_bridge_trampoline_ = GetQuickToInterpreterBridge();
    [all...]
runtime.cc     [all...]
  /art/runtime/jit/
jit_code_cache.cc 735 method, GetQuickToInterpreterBridge());
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/imgdiag/
imgdiag.cc 859 const void* q2ib = oat_header.GetQuickToInterpreterBridge();
    [all...]
  /art/compiler/
image_writer.cc     [all...]

Completed in 336 milliseconds