Searched refs:IsCompilingBootImage (Results 1 – 4 of 4) sorted by relevance
36 Runtime::Current()->IsCompilingBootImage()) { in SetOffset()
126 bool IsCompilingBootImage() const;
2276 bool Runtime::IsCompilingBootImage() const { in IsCompilingBootImage() function in art::Runtime
271 CHECK(!Runtime::Current()->IsCompilingBootImage()); in GetClassLoader()