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 end_(Page::FromAllocationAreaAddress(limit)->next_page()) {
47 Page* page = Page::FromAllocationAreaAddress(current_);
437 Page::FromAllocationAreaAddress(start)->CreateBlackArea(start, end);
480 Page::FromAllocationAreaAddress(start)->CreateBlackArea(start, end);
spaces.cc     [all...]
heap-inl.h 87 return Page::FromAllocationAreaAddress(reinterpret_cast<Address>(rear_));
95 if (Page::FromAllocationAreaAddress(limit) != GetHeadPage()) return;
spaces.h 686 static Page* FromAllocationAreaAddress(Address address) {
    [all...]
heap.cc     [all...]
mark-compact.cc 638 : Page::FromAllocationAreaAddress(space->top());
    [all...]

Completed in 494 milliseconds