Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetQuickOatCodeFor

1510               const void* oat_code = m.IsInvokable() ? class_linker->GetQuickOatCodeFor(&m) : code;
1521 const void* oat_code = m.IsInvokable() ? class_linker->GetQuickOatCodeFor(&m) : code;
3337 const void* ClassLinker::GetQuickOatCodeFor(ArtMethod* method) {