HomeSort by relevance Sort by last modified time
    Searched full:limit_addr (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-heap.cc 893 Address* limit_addr = new_space->allocation_limit_address(); local
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));
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 988 Address* limit_addr = new_space->allocation_limit_address(); local
989 while ((*limit_addr - *top_addr) > allocation_amount) {
    [all...]

Completed in 376 milliseconds