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

  /art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc 37 result = GetQuickToInterpreterBridge();
43 bool interpreter_entry = (result == GetQuickToInterpreterBridge());
  /art/runtime/entrypoints/
entrypoint_utils.h 215 static inline const void* GetQuickToInterpreterBridge() {
222 return GetQuickToInterpreterBridge();
  /art/runtime/mirror/
art_method-inl.h 190 if (code == GetQuickToInterpreterBridge() || code == GetQuickInstrumentationEntryPoint()) {
240 if (UNLIKELY(entry_point == GetQuickToInterpreterBridge()) ||
338 DCHECK(quick_entry_point != GetQuickToInterpreterBridge());
371 CHECK(entry_point != GetQuickToInterpreterBridge());
  /art/runtime/
oat.h 87 const void* GetQuickToInterpreterBridge() const;
instrumentation.cc 100 if (quick_code == GetQuickToInterpreterBridge() ||
106 if (quick_code == GetQuickToInterpreterBridge()) {
149 new_quick_code = GetQuickToInterpreterBridge();
167 new_quick_code = GetQuickToInterpreterBridge();
695 new_quick_code = GetQuickToInterpreterBridge();
701 quick_code == GetQuickToInterpreterBridge()) {
    [all...]
oat.cc 346 const void* OatHeader::GetQuickToInterpreterBridge() const {
class_linker.cc     [all...]
  /art/compiler/
common_compiler_test.cc 223 const void* method_code = GetQuickToInterpreterBridge();
elf_patcher.cc 208 if (quick_code == reinterpret_cast<uintptr_t>(GetQuickToInterpreterBridge())) {

Completed in 115 milliseconds