Searched refs:HasBootImage (Results 1 – 2 of 2) sorted by relevance
506 if (!HasBootImage()) { in PrepareLayout()908 if (writer_->HasBootImage()) { in VisitMethod()959 if (writer_->HasBootImage()) { in WriteCodeMethodVisitor()1147 DCHECK(!writer_->HasBootImage()); in GetTargetOffset()1173 DCHECK(writer_->HasBootImage() || in GetTargetString()1179 if (writer_->HasBootImage()) { in GetDexCacheOffset()1192 DCHECK(writer_->HasBootImage()); in GetTargetObjectOffset()1202 if (writer_->HasBootImage()) { in PatchObjectAddress()1222 if (writer_->HasBootImage()) { in PatchMethodAddress()1251 if (writer_->HasBootImage()) { in PatchCodeAddress()
179 bool HasBootImage() const { in HasBootImage() function