Home
last modified time | relevance | path

Searched refs:max_addr_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-log.cc738 max_addr_(reinterpret_cast<Address>(0)), next_(NULL) {} in Interval()
743 size_t result = max_addr_ - min_addr_ + 1; in Length()
751 RegisterAddress(src->max_addr_); in CloneFrom()
757 if (min_addr_ <= addr && addr <= max_addr_) { in Contains()
768 if (min_addr_ <= addr && addr <= max_addr_) { in GetIndex()
772 return (max_addr_ - min_addr_ + 1) + next_->GetIndex(addr); in GetIndex()
780 return next_ == NULL ? max_addr_ : i::Max(max_addr_, next_->GetMaxAddr()); in GetMaxAddr()
788 if (addr > max_addr_) max_addr_ = addr; in RegisterAddress()
797 Address raw_max_addr() { return max_addr_; } in raw_max_addr()
804 Address max_addr_; member in __anonf72b10bf0411::Interval