Home | History | Annotate | Download | only in src

Lines Matching refs:reloc_iterator_

109   reloc_iterator_ = NULL;
116 ASSERT(reloc_iterator_ != NULL);
118 delete reloc_iterator_;
262 if (reloc_iterator_ != NULL) delete reloc_iterator_;
264 reloc_iterator_ = new RelocIterator(debug_info_->code());
511 ASSERT(reloc_iterator_->done() == reloc_iterator_original_->done());
512 return reloc_iterator_->done();
517 reloc_iterator_->next();
520 ASSERT(reloc_iterator_->done() == reloc_iterator_original_->done());
521 if (!reloc_iterator_->done()) {