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

  /external/chromium_org/v8/src/
incremental-marking.h 102 static const intptr_t kAllocatedThreshold = 65536;
incremental-marking.cc 601 heap_->new_space()->LowerInlineAllocationLimit(kAllocatedThreshold);
907 if (allocated_ < kAllocatedThreshold &&
    [all...]
spaces.cc     [all...]
heap.cc     [all...]
  /external/v8/src/
incremental-marking.h 97 static const intptr_t kAllocatedThreshold = 65536;
incremental-marking.cc 496 heap_->new_space()->LowerInlineAllocationLimit(kAllocatedThreshold);
780 if (allocated_ < kAllocatedThreshold) return;
spaces.cc     [all...]
heap.cc     [all...]

Completed in 673 milliseconds