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

  /external/v8/src/
incremental-marking.h 208 if (allocation_marking_factor_ < kFastMarking) {
213 allocation_marking_factor_ = kFastMarking;
273 int allocation_marking_factor_; member in class:v8::internal::IncrementalMarking
incremental-marking-inl.h 112 allocation_marking_factor_ = kMaxAllocationMarkingFactor;
incremental-marking.cc 53 allocation_marking_factor_(0),
784 intptr_t bytes_to_process = allocated_ * allocation_marking_factor_;
865 (SpaceLeftInOldSpace() * (allocation_marking_factor_ + 1) <
876 (allocation_marking_factor_ + 1) *
887 intptr_t delay = allocation_marking_factor_ * MB;
904 allocation_marking_factor_ += kAllocationMarkingFactorSpeedup;
905 allocation_marking_factor_ = static_cast<int>(
907 static_cast<intptr_t>(allocation_marking_factor_ * 1.3)));
909 PrintF("Marking speed increased to %d\n", allocation_marking_factor_);
935 allocation_marking_factor_ = kInitialAllocationMarkingFactor
    [all...]

Completed in 112 milliseconds