Home
last modified time | relevance | path

Searched refs:allocation_limit_address (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-inl.h166 return new_space_ ? new_space_->allocation_limit_address() : nullptr; in NewSpaceAllocationLimitAddress()
174 return old_space_->allocation_limit_address(); in OldSpaceAllocationLimitAddress()
Dspaces.h481 Address* allocation_limit_address() const { in allocation_limit_address() function