HomeSort by relevance Sort by last modified time
    Searched defs:new_limit (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/process/
process_metrics_posix.cc 59 unsigned int new_limit = max_descriptors; local
61 new_limit = limits.rlim_max;
63 limits.rlim_cur = new_limit;
  /external/chromium_org/v8/src/
handles.cc 97 Object** new_limit = &new_next[kHandleBlockSize]; local
108 data->limit = new_limit;
hydrogen-bch.cc 257 HConstant* new_limit = HConstant::New(zone, context, local
259 new_limit->InsertBefore(pre_header->end());
260 limit = new_limit;
267 HConstant* new_limit = HConstant::New(zone, context, local
269 new_limit->InsertBefore(pre_header->end());
270 limit = new_limit;
  /external/chromium_org/v8/src/heap/
spaces.cc 1336 Address new_limit = new_top + inline_allocation_limit_step_; local
    [all...]

Completed in 966 milliseconds