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

  /external/chromium_org/v8/src/
snapshot-common.cc 20 deserializer->set_reservation(OLD_DATA_SPACE, data_space_used_);
64 deserializer.set_reservation(OLD_DATA_SPACE, context_data_space_used_);
snapshot-external.cc 62 deserializer.set_reservation(OLD_DATA_SPACE,
89 deserializer.set_reservation(OLD_DATA_SPACE,
mksnapshot.cc 88 i::NEW_SPACE, i::OLD_POINTER_SPACE, i::OLD_DATA_SPACE, i::CODE_SPACE,
195 WriteSizeVar(ser, prefix, "data", i::OLD_DATA_SPACE);
globals.h 361 OLD_DATA_SPACE, // Must not have pointers to new space.
serialize.cc 819 source_space != OLD_DATA_SPACE);
    [all...]
  /external/chromium_org/v8/src/heap/
heap-inl.h 92 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED);
97 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE);
124 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED);
129 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE);
196 } else if (OLD_DATA_SPACE == space) {
420 : OLD_DATA_SPACE;
422 return (type <= LAST_DATA_TYPE) ? OLD_DATA_SPACE : OLD_POINTER_SPACE;
452 case OLD_DATA_SPACE:
heap.cc 649 static_cast<int>((old_data_space()->CommittedMemory() * 100.0) /
704 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(old_data_space)
    [all...]
mark-compact.h 594 if (page->owner()->identity() == OLD_DATA_SPACE) {
mark-compact.cc 137 VerifyMarking(heap->old_data_space());
203 (space == heap->old_pointer_space() || space == heap->old_data_space())) {
218 VerifyEvacuation(heap, heap->old_data_space());
329 free_list_old_data_space_.Reset(new FreeList(heap_->old_data_space()));
363 CollectEvacuationCandidates(heap()->old_data_space());
379 heap()->old_data_space()->EvictEvacuationCandidatesFromFreeLists();
460 VerifyMarkbitsAreClean(heap_->old_data_space());
520 ClearMarkbitsInPagedSpace(heap_->old_data_space());
565 new SweeperTask(heap(), heap()->old_data_space()),
581 SweepInParallel(heap()->paged_space(OLD_DATA_SPACE), 0)
    [all...]
heap.h 595 OldSpace* old_data_space() { return old_data_space_; } function in class:v8::internal::Heap
605 case OLD_DATA_SPACE:
606 return old_data_space();
    [all...]
spaces.cc 44 owner == page->heap()->old_data_space() ||
467 if (owner == heap->old_data_space()) {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 187 ser.CurrentAllocationAddress(OLD_DATA_SPACE),
268 deserializer->set_reservation(OLD_DATA_SPACE, data_size);
455 p_ser.CurrentAllocationAddress(OLD_DATA_SPACE),
464 startup_serializer.CurrentAllocationAddress(OLD_DATA_SPACE),
578 p_ser.CurrentAllocationAddress(OLD_DATA_SPACE),
587 startup_serializer.CurrentAllocationAddress(OLD_DATA_SPACE),
test-api.cc 758 CHECK(in_new_space || CcTest::heap()->old_data_space()->Contains(*istring));
762 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);
781 CHECK(in_new_space || CcTest::heap()->old_data_space()->Contains(*istring));
785 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.cc     [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc     [all...]

Completed in 298 milliseconds