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

  /external/v8/test/cctest/heap/
test-alloc.cc 75 SimulateFullSpace(heap->map_space());
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/heap/
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...]
spaces-inl.h 254 map_iterator_(heap->map_space()),
store-buffer.cc 478 if (owner == heap_->map_space()) {
incremental-marking.cc 395 DeactivateIncrementalWriteBarrierForSpace(heap_->map_space());
427 ActivateIncrementalWriteBarrier(heap_->map_space());
    [all...]
spaces.cc 34 owner == page->heap()->map_space() ||
    [all...]
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...]
heap.h 1083 MapSpace* map_space() { return map_space_; } function in class:v8::internal::Heap
    [all...]
  /external/v8/src/
d8.cc     [all...]

Completed in 76 milliseconds