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

  /external/chromium_org/v8/src/
snapshot-common.cc 70 deserializer->set_reservation(MAP_SPACE, map_size);
83 deserializer->set_reservation(MAP_SPACE, map_space_used_);
131 deserializer.set_reservation(MAP_SPACE, context_map_space_used_);
mksnapshot.cc 429 partial_ser.CurrentAllocationAddress(i::MAP_SPACE),
438 ser.CurrentAllocationAddress(i::MAP_SPACE),
v8globals.h 181 MAP_SPACE, // Only and all map objects.
heap-inl.h 251 ASSERT(MAP_SPACE == space);
468 case MAP_SPACE:
heap.cc 528 (map_space()->CommittedMemory() * 100.0) / CommittedMemory()));
542 static_cast<int>(map_space()->CommittedMemory() / KB));
572 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(map_space)
    [all...]
serialize.cc     [all...]
heap.h 560 MapSpace* map_space() { return map_space_; } function in class:v8::internal::Heap
572 case MAP_SPACE:
573 return map_space();
    [all...]
mark-compact.cc 153 VerifyMarking(heap->map_space());
235 VerifyEvacuation(heap->map_space());
384 TraceFragmentation(heap()->map_space());
481 VerifyMarkbitsAreClean(heap_->map_space());
507 HeapObjectIterator iterator(heap()->map_space());
538 ClearMarkbitsInPagedSpace(heap_->map_space());
660 case MAP_SPACE: return "MAP_SPACE";
    [all...]
spaces.cc 73 owner == page->heap()->map_space() ||
    [all...]
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 241 ser.CurrentAllocationAddress(MAP_SPACE),
431 p_ser.CurrentAllocationAddress(MAP_SPACE),
440 startup_serializer.CurrentAllocationAddress(MAP_SPACE),
477 deserializer->set_reservation(MAP_SPACE, map_size);
577 p_ser.CurrentAllocationAddress(MAP_SPACE),
586 startup_serializer.CurrentAllocationAddress(MAP_SPACE),
test-mark-compact.cc 173 HEAP->CollectGarbage(MAP_SPACE);
256 } while (HEAP->map_space()->MapPointersEncodable());
264 CHECK(HEAP->map_space()->MapPointersEncodable());
  /external/v8/src/
mksnapshot.cc 344 partial_ser.CurrentAllocationAddress(i::MAP_SPACE),
v8globals.h 182 MAP_SPACE, // Only and all map objects.
serialize.cc 768 } else if (space_number == MAP_SPACE) { \
769 dest_space = isolate->heap()->map_space(); \
    [all...]
heap-inl.h 221 ASSERT(MAP_SPACE == space);
heap.cc 615 PagedSpace* map_space = Heap::map_space(); local
643 if (!(map_space->ReserveSpace(map_space_size))) {
644 AbortIncrementalMarkingAndCollectGarbage(this, MAP_SPACE,
    [all...]
liveobjectlist.cc 200 if (strcmp(key_str, "map") == 0) return MAP_SPACE;
    [all...]
mark-compact.cc 139 VerifyMarking(heap->map_space());
220 VerifyEvacuation(heap->map_space());
261 TraceFragmentation(heap()->map_space());
333 VerifyMarkbitsAreClean(heap_->map_space());
365 ClearMarkbitsInPagedSpace(heap_->map_space());
427 case MAP_SPACE: return "MAP_SPACE";
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 394 p_ser.CurrentAllocationAddress(MAP_SPACE),
513 p_ser.CurrentAllocationAddress(MAP_SPACE),
573 HEAP->map_space()->RoundSizeDownToObjectAlignment(paged_space_size),
646 page_fullness > HEAP->map_space()->AreaSize()) {
test-mark-compact.cc 180 HEAP->CollectGarbage(MAP_SPACE);
259 } while (HEAP->map_space()->MapPointersEncodable());
267 CHECK(HEAP->map_space()->MapPointersEncodable());

Completed in 359 milliseconds