Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-log.cc775 Address GetMinAddr() { in GetMinAddr() function in __anonf72b10bf0411::Interval
776 return next_ == NULL ? min_addr_ : i::Min(min_addr_, next_->GetMinAddr()); in GetMinAddr()
824 CHECK_GT(bounds.GetMinAddr(), 0); in AllocateEntities()
825 CHECK_GT(bounds.GetMaxAddr(), bounds.GetMinAddr()); in AllocateEntities()
993 result->bounds.GetMinAddr(), result->bounds.GetMaxAddr(), in ParseLog()