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

  /external/v8/src/heap/
spaces-inl.h 33 Page::FromAllocationAreaAddress(limit)->next_page()) {
43 Page* page = Page::FromAllocationAreaAddress(current_);
spaces.cc     [all...]
heap-inl.h 86 return Page::FromAllocationAreaAddress(reinterpret_cast<Address>(rear_));
94 if (Page::FromAllocationAreaAddress(limit) != GetHeadPage()) return;
spaces.h 683 static Page* FromAllocationAreaAddress(Address address) {
    [all...]
heap.cc     [all...]
mark-compact.cc 644 : Page::FromAllocationAreaAddress(space->top());
    [all...]

Completed in 57 milliseconds