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

  /external/chromium_org/v8/src/
snapshot-common.cc 72 deserializer->set_reservation(PROPERTY_CELL_SPACE,
85 deserializer->set_reservation(PROPERTY_CELL_SPACE,
133 deserializer.set_reservation(PROPERTY_CELL_SPACE,
v8globals.h 183 PROPERTY_CELL_SPACE, // Only and all global property cell objects.
189 LAST_PAGED_SPACE = PROPERTY_CELL_SPACE
mksnapshot.cc 431 partial_ser.CurrentAllocationAddress(i::PROPERTY_CELL_SPACE));
440 ser.CurrentAllocationAddress(i::PROPERTY_CELL_SPACE));
heap-inl.h 248 } else if (PROPERTY_CELL_SPACE == space) {
470 case PROPERTY_CELL_SPACE:
serialize.cc 946 source_space != 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 534 (property_cell_space()->CommittedMemory() * 100.0) /
548 property_cell_space()->CommittedMemory() / KB));
574 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(property_cell_space)
    [all...]
heap.h 562 PropertyCellSpace* property_cell_space() { function in class:v8::internal::Heap
576 case PROPERTY_CELL_SPACE:
577 return property_cell_space();
    [all...]
mark-compact.cc 152 VerifyMarking(heap->property_cell_space());
234 VerifyEvacuation(heap->property_cell_space());
386 TraceFragmentation(heap()->property_cell_space());
480 VerifyMarkbitsAreClean(heap_->property_cell_space());
542 ClearMarkbitsInPagedSpace(heap_->property_cell_space());
662 case PROPERTY_CELL_SPACE:
663 return "PROPERTY_CELL_SPACE";
    [all...]
spaces.cc 75 owner == page->heap()->property_cell_space() ||
    [all...]
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 243 ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE));
433 p_ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE));
442 startup_serializer.CurrentAllocationAddress(PROPERTY_CELL_SPACE));
479 deserializer->set_reservation(PROPERTY_CELL_SPACE, property_cell_size);
579 p_ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE));
588 startup_serializer.CurrentAllocationAddress(PROPERTY_CELL_SPACE));

Completed in 100 milliseconds