Home
last modified time | relevance | path

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

/external/v8/src/
Dspaces.h2175 Address* allocation_top_address() { return &allocation_info_.top; } in allocation_top_address() function
Dheap.h515 return new_space_.allocation_top_address(); in NewSpaceAllocationTopAddress()
/external/v8/test/cctest/
Dtest-heap.cc892 Address* top_addr = new_space->allocation_top_address(); in TEST()