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

  /external/v8/test/cctest/
test-mark-compact.cc 86 (Heap::MaxObjectSizeInPagedSpace() - FixedArray::kHeaderSize) /
117 int size = (Heap::MaxObjectSizeInPagedSpace() - FixedArray::kHeaderSize) /
test-heap.cc 205 int free_bytes = Heap::MaxObjectSizeInPagedSpace();
780 int large_size = Heap::MaxObjectSizeInPagedSpace() + 1;
  /external/v8/src/
heap.cc     [all...]
heap-inl.h 37 int Heap::MaxObjectSizeInPagedSpace() {
heap.h 247 static inline int MaxObjectSizeInPagedSpace();
    [all...]
mark-compact.cc 893 if (object_size > Heap::MaxObjectSizeInPagedSpace()) {
    [all...]

Completed in 173 milliseconds