Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h628 return new_space_.allocation_top_address(); in NewSpaceAllocationTopAddress()
635 return old_pointer_space_->allocation_top_address(); in OldPointerSpaceAllocationTopAddress()
642 return old_data_space_->allocation_top_address(); in OldDataSpaceAllocationTopAddress()
Dspaces.h1751 Address* allocation_top_address() { return allocation_info_.top_address(); } in allocation_top_address() function
2456 Address* allocation_top_address() { return allocation_info_.top_address(); } in allocation_top_address() function
/external/v8/test/cctest/
Dcctest.h486 *space->allocation_limit_address() - *space->allocation_top_address()); in SimulateFullSpace()
Dtest-heap.cc1009 Address* top_addr = new_space->allocation_top_address(); in TEST()
3580 *space->allocation_limit_address() - *space->allocation_top_address()); in AllocateAllButNBytes()
4428 *heap->new_space()->allocation_top_address()); in UNINITIALIZED_TEST()
4438 *heap->new_space()->allocation_top_address()); in UNINITIALIZED_TEST()