Searched refs:IsCompiled (Results 1 – 1 of 1) sorted by relevance
151 bool IsCompiled() const { in IsCompiled() function in art::jit::JitCodeCache::JniStubData505 it->second.IsCompiled() && in ContainsMethod()525 if (data.IsCompiled() && ContainsElement(data.GetMethods(), method)) { in GetJniStubCode()1601 if (!data.IsCompiled() || IsInZygoteExecSpace(data.GetCode())) { in GarbageCollectCache()1634 !data->IsCompiled() || in RemoveUnmarkedCode()1842 if (data.IsCompiled() && in LookupMethodHeader()2078 if (data->IsCompiled()) { in NotifyCompilationOf()2147 if (UNLIKELY(!data->IsCompiled())) { in DoneCompiling()