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