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

  /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 55 milliseconds