Home | History | Annotate | Download | only in cctest

Lines Matching full:limit_addr

893   Address* limit_addr = new_space->allocation_limit_address();
894 while ((*limit_addr - *top_addr) > allocation_amount) {
902 int to_fill = static_cast<int>(*limit_addr - *top_addr - object_size);
919 CHECK_EQ(0, static_cast<int>(*limit_addr - *top_addr));