Searched refs:GetQuickOatCodeFor (Results 1 - 5 of 5) sorted by relevance

/art/compiler/
H A Delf_patcher.cc144 const void* quick_oat_code = class_linker->GetQuickOatCodeFor(patch->GetDexFile(),
209 uintptr_t quick_code = reinterpret_cast<uintptr_t>(class_linker->GetQuickOatCodeFor(target));
232 class_linker->GetQuickOatCodeFor(patch->GetDexFile(),
/art/runtime/
H A Dinstrumentation.cc154 new_quick_code = class_linker->GetQuickOatCodeFor(method);
182 new_quick_code = class_linker->GetQuickOatCodeFor(method);
844 const void* quick_code = class_linker->GetQuickOatCodeFor(method);
933 return runtime->GetClassLinker()->GetQuickOatCodeFor(method);
H A Dclass_linker.h347 const void* GetQuickOatCodeFor(mirror::ArtMethod* method)
355 const void* GetQuickOatCodeFor(const DexFile& dex_file, uint16_t class_def_idx, uint32_t method_idx)
H A Dclass_linker.cc2434 const void* ClassLinker::GetQuickOatCodeFor(mirror::ArtMethod* method) { function in class:art::ClassLinker
2502 const void* ClassLinker::GetQuickOatCodeFor(const DexFile& dex_file, uint16_t class_def_idx, function in class:art::ClassLinker
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc850 code = linker->GetQuickOatCodeFor(called);

Completed in 101 milliseconds