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

  /external/v8/src/heap/
remembered-set.cc 44 CHECK(owner == MAP_SPACE || owner == LO_SPACE);
heap-inl.h 243 } else if (MAP_SPACE == space) {
466 case MAP_SPACE:
heap.cc 482 case MAP_SPACE:
483 return "map_space";
697 (map_space()->CommittedMemory() * 100.0) / CommittedMemory()));
706 static_cast<int>(map_space()->CommittedMemory() / KB));
735 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(map_space)
    [all...]
heap.h 930 MapSpace* map_space() { return map_space_; } function in class:v8::internal::Heap
    [all...]
spaces.cc 43 owner == page->heap()->map_space() ||
    [all...]
mark-compact.cc 162 VerifyMarking(heap->map_space());
235 VerifyEvacuation(heap, heap->map_space());
299 TraceFragmentation(heap()->map_space());
375 VerifyMarkbitsAreClean(heap_->map_space());
400 HeapObjectIterator iterator(heap()->map_space());
428 ClearMarkbitsInPagedSpace(heap_->map_space());
570 heap()->map_space()->RefillFreeList();
634 case MAP_SPACE:
635 return "MAP_SPACE";
    [all...]
  /external/v8/src/
globals.h 456 MAP_SPACE, // Only and all map objects.
462 LAST_PAGED_SPACE = MAP_SPACE
    [all...]
  /external/v8/test/cctest/heap/
test-mark-compact.cc 148 heap->CollectGarbage(MAP_SPACE, "trigger 3");
215 } while (CcTest::heap()->map_space()->MapPointersEncodable());
223 CHECK(CcTest::heap()->map_space()->MapPointersEncodable());
  /external/v8/src/snapshot/
deserializer.cc 549 CASE_STATEMENT(where, how, within, MAP_SPACE) \
    [all...]

Completed in 267 milliseconds