Searched refs:IsCompiled (Results 1 – 1 of 1) sorted by relevance
124 DCHECK(IsCompiled()); in UpdateEntryPoints()162 bool IsCompiled() const { in IsCompiled() function in art::jit::JitCodeCache::JniStubData300 it->second.IsCompiled() && in ContainsMethod()323 if (data.IsCompiled() && ContainsElement(data.GetMethods(), method)) { in GetJniStubCode()1165 if (!data.IsCompiled() || IsInZygoteExecSpace(data.GetCode())) { in GarbageCollectCache()1197 !data->IsCompiled() || in RemoveUnmarkedCode()1412 if (data.IsCompiled() && in LookupMethodHeader()1657 if (data->IsCompiled()) { in NotifyCompilationOf()1728 if (UNLIKELY(!data->IsCompiled())) { in DoneCompiling()