HomeSort by relevance Sort by last modified time
    Searched refs:FromAllocationAreaAddress (Results 1 - 5 of 5) sorted by null

  /external/v8/src/heap/
spaces-inl.h 33 Page::FromAllocationAreaAddress(limit)->next_page()) {
59 Page* page = Page::FromAllocationAreaAddress(current_);
spaces.cc     [all...]
spaces.h 890 static Page* FromAllocationAreaAddress(Address address) {
    [all...]
heap.h 352 return Page::FromAllocationAreaAddress(reinterpret_cast<Address>(rear_));
360 if (Page::FromAllocationAreaAddress(limit) != GetHeadPage()) return;
    [all...]
heap.cc     [all...]

Completed in 77 milliseconds