Searched refs:GetPortableOatCodeFor (Results 1 - 4 of 4) sorted by relevance

/art/runtime/entrypoints/portable/
H A Dportable_trampoline_entrypoints.cc413 code = linker->GetPortableOatCodeFor(called, &have_portable_code);
422 code = linker->GetPortableOatCodeFor(called, &have_portable_code);
435 code = linker->GetPortableOatCodeFor(called, &have_portable_code);
/art/runtime/
H A Dinstrumentation.cc152 new_portable_code = class_linker->GetPortableOatCodeFor(method, &have_portable_code);
180 new_portable_code = class_linker->GetPortableOatCodeFor(method, &have_portable_code);
846 const void* portable_code = class_linker->GetPortableOatCodeFor(method, &have_portable_code);
H A Dclass_linker.h350 const void* GetPortableOatCodeFor(mirror::ArtMethod* method, bool* have_portable_code)
358 const void* GetPortableOatCodeFor(const DexFile& dex_file, uint16_t class_def_idx, uint32_t method_idx)
H A Dclass_linker.cc2463 const void* ClassLinker::GetPortableOatCodeFor(mirror::ArtMethod* method, function in class:art::ClassLinker
2513 const void* ClassLinker::GetPortableOatCodeFor(const DexFile& dex_file, uint16_t class_def_idx, function in class:art::ClassLinker

Completed in 446 milliseconds