Home
last modified time | relevance | path

Searched refs:mapped_size_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/base/
Demulated-virtual-address-subspace.h78 size_t mapped_size() const { return mapped_size_; } in NON_EXPORTED_BASE()
79 size_t unmapped_size() const { return size() - mapped_size_; } in NON_EXPORTED_BASE()
82 Address unmapped_base() const { return base() + mapped_size_; } in NON_EXPORTED_BASE()
110 const size_t mapped_size_; in NON_EXPORTED_BASE() local
Demulated-virtual-address-subspace.cc20 mapped_size_(mapped_size), in EmulatedVirtualAddressSubspace()
33 parent_space_->FreePages(base(), mapped_size_); in ~EmulatedVirtualAddressSubspace()
/third_party/node/deps/v8/src/diagnostics/
Dperf-jit.cc110 uint64_t mapped_size_; member
489 unwinding_info_header.mapped_size_ = unwinding_info_header.unwinding_size_; in LogWriteUnwindingInfo()
492 unwinding_info_header.mapped_size_ = 0; in LogWriteUnwindingInfo()