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

/art/runtime/
H A Dinstrumentation.cc137 new_quick_code = class_linker->GetQuickOatCodeFor(method);
158 new_quick_code = class_linker->GetQuickOatCodeFor(method);
822 : class_linker->GetQuickOatCodeFor(method);
916 return class_linker->GetQuickOatCodeFor(method);
H A Dclass_linker.h486 const void* GetQuickOatCodeFor(ArtMethod* method)
H A Dclass_linker.cc1405 const void* oat_code = m.IsInvokable() ? GetQuickOatCodeFor(&m) : code;
1415 const void* oat_code = m.IsInvokable() ? GetQuickOatCodeFor(&m) : code;
2915 const void* ClassLinker::GetQuickOatCodeFor(ArtMethod* method) { function in class:art::ClassLinker
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1217 code = linker->GetQuickOatCodeFor(called);

Completed in 148 milliseconds