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

  /external/chromium_org/v8/src/
snapshot-common.cc 49 deserializer->set_reservation(PROPERTY_CELL_SPACE,
62 deserializer->set_reservation(PROPERTY_CELL_SPACE,
119 deserializer.set_reservation(PROPERTY_CELL_SPACE,
incremental-marking.cc 347 chunk->owner()->identity() == PROPERTY_CELL_SPACE ||
394 DeactivateIncrementalWriteBarrierForSpace(heap_->property_cell_space());
429 ActivateIncrementalWriteBarrier(heap_->property_cell_space());
    [all...]
mark-compact.cc 141 VerifyMarking(heap->property_cell_space());
227 VerifyEvacuation(heap->property_cell_space());
385 TraceFragmentation(heap()->property_cell_space());
475 VerifyMarkbitsAreClean(heap_->property_cell_space());
537 ClearMarkbitsInPagedSpace(heap_->property_cell_space());
702 case PROPERTY_CELL_SPACE:
703 return "PROPERTY_CELL_SPACE";
    [all...]
mksnapshot.cc 166 WriteSizeVar(ser, prefix, "property_cell", i::PROPERTY_CELL_SPACE);
globals.h 367 PROPERTY_CELL_SPACE, // Only and all global property cell objects.
374 LAST_PAGED_SPACE = PROPERTY_CELL_SPACE
heap-inl.h 220 } else if (PROPERTY_CELL_SPACE == space) {
396 case PROPERTY_CELL_SPACE:
heap.cc 660 (property_cell_space()->CommittedMemory() * 100.0) /
677 property_cell_space()->CommittedMemory() / KB));
708 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(property_cell_space)
    [all...]
heap.h 631 PropertyCellSpace* property_cell_space() { function in class:v8::internal::Heap
    [all...]
serialize.cc 884 source_space != PROPERTY_CELL_SPACE &&
    [all...]
spaces.cc 54 owner == page->heap()->property_cell_space() ||
    [all...]
heap-snapshot-generator.cc     [all...]
  /external/chromium_org/v8/src/extensions/
statistics-extension.cc 131 AddNumber(args.GetIsolate(), result, heap->property_cell_space()->Size(),
133 AddNumber(args.GetIsolate(), result, heap->property_cell_space()->Available(),
136 heap->property_cell_space()->CommittedMemory(),
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 239 ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE));
431 p_ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE));
440 startup_serializer.CurrentAllocationAddress(PROPERTY_CELL_SPACE));
477 deserializer->set_reservation(PROPERTY_CELL_SPACE, property_cell_size);
578 p_ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE));
587 startup_serializer.CurrentAllocationAddress(PROPERTY_CELL_SPACE));

Completed in 358 milliseconds