Searched refs:IsCompilingBootImage (Results 1 – 4 of 4) sorted by relevance
40 Runtime::Current()->IsCompilingBootImage()) { in SetOffset()
139 bool IsCompilingBootImage() const;
1946 bool Runtime::IsCompilingBootImage() const { in IsCompilingBootImage() function in art::Runtime
173 CHECK(!Runtime::Current()->IsCompilingBootImage()); in GetClassLoader()