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