Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h169 return new_space_->allocation_top_address(); in NewSpaceAllocationTopAddress()
177 return old_space_->allocation_top_address(); in OldSpaceAllocationTopAddress()
Dspaces.h1986 Address* allocation_top_address() { return allocation_info_.top_address(); } in NON_EXPORTED_BASE()
2534 Address* allocation_top_address() { return allocation_info_.top_address(); } in allocation_top_address() function