HomeSort by relevance Sort by last modified time
    Searched refs:reloc_iterator_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
debug.cc 118 reloc_iterator_ = NULL;
125 ASSERT(reloc_iterator_ != NULL);
127 delete reloc_iterator_;
269 if (reloc_iterator_ != NULL) delete reloc_iterator_;
271 reloc_iterator_ = new RelocIterator(debug_info_->code());
546 ASSERT(reloc_iterator_->done() == reloc_iterator_original_->done());
547 return reloc_iterator_->done();
552 reloc_iterator_->next();
555 ASSERT(reloc_iterator_->done() == reloc_iterator_original_->done())
    [all...]
debug.h 112 inline Address pc() { return reloc_iterator_->rinfo()->pc(); }
114 inline RelocInfo* rinfo() { return reloc_iterator_->rinfo(); }
116 return reloc_iterator_->rinfo()->rmode();
136 RelocIterator* reloc_iterator_; member in class:v8::internal::BreakLocationIterator
    [all...]
  /external/v8/test/cctest/
test-debug.cc 479 v8::internal::RelocIterator* it() { return reloc_iterator_; }
    [all...]

Completed in 672 milliseconds