Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsInDexCache

5387            (!IsReferrersClass() && !IsInDexCache()) ||
5416 bool IsInDexCache() const { return GetPackedFlag<kFlagIsInDexCache>(); }
5517 DCHECK(HasStringReference(GetLoadKind()) || /* For slow paths. */ !IsInDexCache());
5543 return !IsInDexCache();
5557 bool IsInDexCache() const { return GetPackedFlag<kFlagIsInDexCache>(); }