Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc124 DCHECK(IsCompiled()); in UpdateEntryPoints()
162 bool IsCompiled() const { in IsCompiled() function in art::jit::JitCodeCache::JniStubData
305 it->second.IsCompiled() && in ContainsMethod()
328 if (data.IsCompiled() && ContainsElement(data.GetMethods(), method)) { in GetJniStubCode()
1218 if (!data.IsCompiled() || IsInZygoteExecSpace(data.GetCode())) { in GarbageCollectCache()
1250 !data->IsCompiled() || in RemoveUnmarkedCode()
1519 if (data.IsCompiled() && in LookupMethodHeader()
1764 if (data->IsCompiled()) { in NotifyCompilationOf()
1838 if (UNLIKELY(!data->IsCompiled())) { in DoneCompiling()
1988 if (data.IsCompiled()) { in VisitAllMethods()