Home
last modified time | relevance | path

Searched refs:code_space_ (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dpaged-spaces.h479 code_space_(heap, CODE_SPACE, Executability::EXECUTABLE, in CompactionSpaceCollection()
489 return &code_space_; in Get()
499 CompactionSpace code_space_; variable
Dheap.cc542 code_space_->SizeOfObjects() / KB, code_space_->Available() / KB, in PrintShortHeapStatistics()
543 code_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()
4396 CodeStatistics::CollectCodeStatistics(code_space_, isolate()); in CollectCodeStatistics()
4491 old_space_->Contains(value) || code_space_->Contains(value) || in Contains()
4506 (code_space_->Contains(value) || code_lo_space_->Contains(value)); in ContainsCode()
4542 return code_space_->Contains(value); in InSpace()
4572 return code_space_->ContainsSlow(addr); in InSpaceSlow()
4641 code_space_->Verify(isolate(), &no_dirty_regions_visitor); in Verify()
5358 *stats->code_space_size = code_space_->SizeOfObjects(); in RecordStats()
5359 *stats->code_space_capacity = code_space_->Capacity(); in RecordStats()
[all …]
Dheap.h847 CodeSpace* code_space() { return code_space_; } in code_space()
2171 CodeSpace* code_space_ = nullptr; variable
/third_party/node/deps/v8/tools/
Dwindbg.js590 get_chunks_space('code', h.code_space_.memory_chunk_list_.front_, chunks);
646 h.code_space_.memory_chunk_list_.front_,
647 h.code_space_.allocation_info_.top_);