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

  /external/v8/test/cctest/
test-heap.cc 888 int allocation_amount = Min(FixedArray::kMaxSize, local
890 int allocation_len = LenFromSize(allocation_amount);
894 while ((*limit_addr - *top_addr) > allocation_amount) {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 986 int allocation_amount = Min(FixedArray::kMaxSize, local
988 int allocation_len = LenFromSize(allocation_amount);
992 while ((*limit_addr - *top_addr) > allocation_amount) {
    [all...]

Completed in 49 milliseconds