Searched refs:top_addr (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-heap.cc1009 Address* top_addr = new_space->allocation_top_address(); local
1011 while ((*limit_addr - *top_addr) > allocation_amount) {
1018 int to_fill = static_cast<int>(*limit_addr - *top_addr - object_size);
1036 CHECK_EQ(0, static_cast<int>(*limit_addr - *top_addr));

Completed in 63 milliseconds