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

  /external/v8/src/
mark-compact.cc     [all...]
spaces.cc 72 Initialize(page->ObjectAreaStart(), page->AllocationTop(), size_func);
83 cur_limit_ = (p == end_page_) ? end_addr_ : p->AllocationTop();
99 cur_limit_ = (cur_page == end_page_) ? end_addr_ : cur_page->AllocationTop();
913 Address end = p->AllocationTop();
    [all...]
spaces-inl.h 64 Address Page::AllocationTop() {
spaces.h 164 inline Address AllocationTop();
    [all...]

Completed in 161 milliseconds