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

  /external/v8/test/cctest/
test-alloc.cc 100 MapSpace* map_space = heap->map_space(); local
104 while (map_space->Available() > kMapSpaceFillerSize) {
test-mark-compact.cc 180 HEAP->CollectGarbage(MAP_SPACE);
259 } while (HEAP->map_space()->MapPointersEncodable());
267 CHECK(HEAP->map_space()->MapPointersEncodable());
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()) {
  /external/v8/src/
store-buffer.cc 421 VerifyPointers(heap_->map_space(),
651 (owner == heap_->map_space() ?
spaces-inl.h 220 map_iterator_(heap->map_space()),
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...]
incremental-marking.cc 352 DeactivateIncrementalWriteBarrierForSpace(heap_->map_space());
386 ActivateIncrementalWriteBarrier(heap_->map_space());
spaces.cc 74 owner == HEAP->map_space() ||
979 ASSERT(heap()->map_space()->Contains(map));
    [all...]
heap.cc 615 PagedSpace* map_space = Heap::map_space(); local
643 if (!(map_space->ReserveSpace(map_space_size))) {
644 AbortIncrementalMarkingAndCollectGarbage(this, MAP_SPACE,
    [all...]
heap.h 502 MapSpace* map_space() { return map_space_; } function in class:v8::internal::Heap
    [all...]
serialize.cc 768 } else if (space_number == MAP_SPACE) { \
769 dest_space = isolate->heap()->map_space(); \
    [all...]
profile-generator.cc     [all...]

Completed in 337 milliseconds