Searched refs:IsCompilingBootImage (Results 1 – 3 of 3) sorted by relevance
166 bool IsCompilingBootImage() const;
3014 bool Runtime::IsCompilingBootImage() const { in IsCompilingBootImage() function in art::Runtime
418 CHECK(!Runtime::Current()->IsCompilingBootImage()); in GetClassLoader()