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

  /external/v8/src/
globals.h 480 MAP_SPACE, // Only and all map objects.
486 LAST_PAGED_SPACE = MAP_SPACE
  /external/v8/src/heap/
heap-inl.h 239 } else if (MAP_SPACE == space) {
437 case MAP_SPACE:
heap.cc 489 case MAP_SPACE:
490 return "map_space";
703 (map_space()->CommittedMemory() * 100.0) / CommittedMemory()));
712 static_cast<int>(map_space()->CommittedMemory() / KB));
741 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(map_space)
    [all...]
mark-compact.cc 154 VerifyMarking(heap->map_space());
231 VerifyEvacuation(heap, heap->map_space());
248 free_list_map_space_.Reset(new FreeList(heap_->map_space()));
300 TraceFragmentation(heap()->map_space());
352 VerifyValidSlotsBufferEntries(heap(), heap()->map_space());
414 VerifyMarkbitsAreClean(heap_->map_space());
439 HeapObjectIterator iterator(heap()->map_space());
468 ClearMarkbitsInPagedSpace(heap_->map_space());
536 new SweeperTask(heap(), heap()->map_space()),
571 SweepInParallel(heap()->paged_space(MAP_SPACE), 0)
    [all...]
heap.h 1083 MapSpace* map_space() { return map_space_; } function in class:v8::internal::Heap
    [all...]
spaces.cc 34 owner == page->heap()->map_space() ||
    [all...]
  /external/v8/test/cctest/heap/
test-mark-compact.cc 158 heap->CollectGarbage(MAP_SPACE, "trigger 3");
225 } while (CcTest::heap()->map_space()->MapPointersEncodable());
233 CHECK(CcTest::heap()->map_space()->MapPointersEncodable());
  /external/v8/src/snapshot/
serialize.cc     [all...]

Completed in 3034 milliseconds