Searched refs:anchor_ (Results 1 – 6 of 6) sorted by relevance
899 anchor_.InitializeAsAnchor(this); in PagedSpace()914 anchor_.set_next_page(&anchor_); in TearDown()915 anchor_.set_prev_page(&anchor_); in TearDown()970 if (anchor_.next_page() == &anchor_) { in Expand()980 p->InsertAfter(anchor_.prev_page()); in Expand()1115 page->InsertAfter(anchor_.prev_page()); in UseEmergencyMemory()1600 anchor_.set_owner(this); in FlipPages()1603 anchor_.prev_page()->set_next_page(&anchor_); in FlipPages()1604 anchor_.next_page()->set_prev_page(&anchor_); in FlipPages()1608 NewSpacePage* page = anchor_.next_page(); in FlipPages()[all …]
1801 Page* anchor() { return &anchor_; } in anchor()1858 Page* FirstPage() { return anchor_.next_page(); } in FirstPage()1859 Page* LastPage() { return anchor_.prev_page(); } in LastPage()1891 Page anchor_; variable2070 anchor_(this), in SemiSpace()2095 DCHECK(anchor_.next_page() != &anchor_); in space_start()2096 return anchor_.next_page()->area_start(); in space_start()2103 Address space_end() { return anchor_.prev_page()->area_end(); } in space_end()2146 NewSpacePage* first_page() { return anchor_.next_page(); } in first_page()2191 NewSpacePage* anchor() { return &anchor_; } in anchor()[all …]
34 prev_page_(&space->anchor_), in PageIterator()38 bool PageIterator::has_next() { return next_page_ != &space_->anchor_; } in has_next()
17 anchor_ = anchor; in Set()90 prog_ = Prog::CompileSet(options_, anchor_, re); in Compile()
44 RE2::Anchor anchor_; variable
234 RE2::Anchor anchor_; // anchor mode for RE2::Set member in re2::Compiler735 if (anchor_ != RE2::ANCHOR_BOTH) in PostVisit()983 anchor_ = anchor; in Setup()