Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc126 DCHECK(IsCompiled()); in UpdateEntryPoints()
152 bool IsCompiled() const { in IsCompiled() function in art::jit::JitCodeCache::JniStubData
301 it->second.IsCompiled() && in ContainsMethod()
326 if (data.IsCompiled() && ContainsElement(data.GetMethods(), method)) { in GetJniStubCode()
1124 if (!data.IsCompiled() || !ContainsElement(data.GetMethods(), method)) { in RemoveUnmarkedCode()
1351 if (data.IsCompiled() && in LookupMethodHeader()
1611 if (data->IsCompiled()) { in NotifyCompilationOf()
1661 if (UNLIKELY(!data->IsCompiled())) { in DoneCompiling()
1680 if (!data.IsCompiled() || IsInZygoteExecSpace(data.GetCode())) { in InvalidateAllCompiledCode()
1852 if (data.IsCompiled()) { in VisitAllMethods()