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

  /external/v8/src/
debug.h 114 inline Address pc() { return reloc_iterator_->rinfo()->pc(); }
116 inline RelocInfo* rinfo() { return reloc_iterator_->rinfo(); }
118 return reloc_iterator_->rinfo()->rmode();
138 RelocIterator* reloc_iterator_; member in class:v8::internal::BreakLocationIterator
    [all...]
debug.cc 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())
    [all...]
  /external/v8/test/cctest/
test-debug.cc 477 v8::internal::RelocIterator* it() { return reloc_iterator_; }
    [all...]

Completed in 42 milliseconds