Searched refs:AssertValidRange (Results 1 – 5 of 5) sorted by relevance
59 SemiSpace::AssertValidRange(target->GetIsolate()->heap()->new_space()->top(), in insert()81 SemiSpace::AssertValidRange(reinterpret_cast<Address>(rear_), in remove()
34 SemiSpace::AssertValidRange(start, limit); in NewSpacePageRange()
2296 static void AssertValidRange(Address from, Address to);2299 inline static void AssertValidRange(Address from, Address to) {} in AssertValidRange() function
2145 void SemiSpace::AssertValidRange(Address start, Address end) { in AllocateChunk() function in v8::internal::SemiSpace2175 SemiSpace::AssertValidRange(start, end); in AllocateChunk()
1891 SemiSpace::AssertValidRange(new_space_front, new_space_->top()); in DoScavenge()