Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit_code_cache.cc125 DCHECK(IsCompiled()); in UpdateEntryPoints()
163 bool IsCompiled() const { in IsCompiled() function in art::jit::JitCodeCache::JniStubData
295 it->second.IsCompiled() && in ContainsMethod()
318 if (data.IsCompiled() && ContainsElement(data.GetMethods(), method)) { in GetJniStubCode()
1168 if (!data.IsCompiled() || IsInZygoteExecSpace(data.GetCode())) { in GarbageCollectCache()
1200 !data->IsCompiled() || in RemoveUnmarkedCode()
1408 if (data.IsCompiled() && in LookupMethodHeader()
1636 if (data->IsCompiled()) { in NotifyCompilationOf()
1706 if (UNLIKELY(!data->IsCompiled())) { in DoneCompiling()
1844 if (data.IsCompiled()) { in VisitAllMethods()