Searched refs:map_space_ (Results 1 – 5 of 5) sorted by relevance
477 map_space_(heap, MAP_SPACE, Executability::NOT_EXECUTABLE, in CompactionSpaceCollection()487 return &map_space_; in Get()498 CompactionSpace map_space_; variable
106 return V8_LIKELY(map_space_) ? static_cast<PagedSpace*>(map_space_) in space_for_maps()
549 map_space_->SizeOfObjects() / KB, map_space_->Available() / KB, in PrintShortHeapStatistics()550 map_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()4492 (map_space_ && map_space_->Contains(value)) || in Contains()4544 DCHECK(map_space_); in InSpace()4545 return map_space_->Contains(value); in InSpace()4574 DCHECK(map_space_); in InSpaceSlow()4575 return map_space_->ContainsSlow(addr); in InSpaceSlow()4636 if (map_space_) { in Verify()4637 map_space_->Verify(isolate(), &visitor); in Verify()5360 *stats->map_space_size = map_space_ ? map_space_->SizeOfObjects() : 0; in RecordStats()[all …]
848 MapSpace* map_space() { return map_space_; } in map_space()2172 MapSpace* map_space_ = nullptr; variable
589 get_chunks_space('map', h.map_space_.memory_chunk_list_.front_, chunks);641 h.map_space_.memory_chunk_list_.front_,642 h.map_space_.allocation_info_.top_);