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

  /art/runtime/gc/collector/
immune_spaces.cc 46 uintptr_t space_end = reinterpret_cast<uintptr_t>(space->Limit()); local
52 space_end = RoundUp(reinterpret_cast<uintptr_t>(image_space->GetImageEnd()), kPageSize);
62 intervals.push_back(Interval(space_begin, space_end, /*is_heap*/true));
  /external/v8/src/heap/
spaces.h 2401 Address space_end() { return anchor_.prev_page()->area_end(); } function in class:v8::internal::SemiSpace
    [all...]
heap.cc 944 Address space_end = new_space_.ToSpaceEnd(); local
    [all...]

Completed in 121 milliseconds