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

  /external/chromium_org/v8/src/extensions/
statistics-extension.cc 154 AddNumber(args.GetIsolate(), result, heap->property_cell_space()->Size(),
156 AddNumber(args.GetIsolate(), result, heap->property_cell_space()->Available(),
159 heap->property_cell_space()->CommittedMemory(),
  /external/chromium_org/v8/src/
mark-compact.cc 155 VerifyMarking(heap->property_cell_space());
237 VerifyEvacuation(heap->property_cell_space());
389 TraceFragmentation(heap()->property_cell_space());
482 VerifyMarkbitsAreClean(heap_->property_cell_space());
544 ClearMarkbitsInPagedSpace(heap_->property_cell_space());
650 case PROPERTY_CELL_SPACE:
651 return "PROPERTY_CELL_SPACE";
    [all...]
incremental-marking.cc 398 chunk->owner()->identity() == PROPERTY_CELL_SPACE ||
445 DeactivateIncrementalWriteBarrierForSpace(heap_->property_cell_space());
480 ActivateIncrementalWriteBarrier(heap_->property_cell_space());
    [all...]
heap.cc 613 (property_cell_space()->CommittedMemory() * 100.0) /
630 property_cell_space()->CommittedMemory() / KB));
661 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(property_cell_space)
    [all...]
heap.h 566 PropertyCellSpace* property_cell_space() { function in class:v8::internal::Heap
580 case PROPERTY_CELL_SPACE:
581 return property_cell_space();
    [all...]
heap-snapshot-generator.cc     [all...]
spaces.cc 76 owner == page->heap()->property_cell_space() ||
    [all...]

Completed in 333 milliseconds