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 111 inline Address pc() { return reloc_iterator_->rinfo()->pc(); }
113 inline RelocInfo* rinfo() { return reloc_iterator_->rinfo(); }
115 return reloc_iterator_->rinfo()->rmode();
135 RelocIterator* reloc_iterator_; member in class:v8::internal::BreakLocationIterator
debug.cc 79 reloc_iterator_ = NULL;
86 ASSERT(reloc_iterator_ != NULL);
88 delete reloc_iterator_;
223 if (reloc_iterator_ != NULL) delete reloc_iterator_;
225 reloc_iterator_ = new RelocIterator(debug_info_->code());
478 ASSERT(reloc_iterator_->done() == reloc_iterator_original_->done());
479 return reloc_iterator_->done();
484 reloc_iterator_->next();
487 ASSERT(reloc_iterator_->done() == reloc_iterator_original_->done())
    [all...]
  /external/v8/test/cctest/
test-debug.cc 457 v8::internal::RelocIterator* it() { return reloc_iterator_; }
    [all...]

Completed in 293 milliseconds