Home
last modified time | relevance | path

Searched refs:HasQuickeningInfo (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/linker/
Doat_writer.cc887 static bool HasQuickeningInfo(const CompiledMethod* method) { in HasQuickeningInfo() function
2449 if (compiled_method != nullptr && HasQuickeningInfo(compiled_method)) { in VisitDexMethods()