Lines Matching defs:limit
261 int64_t limit() { return limit_.load(std::memory_order_relaxed); }
307 // The limit when to trigger memory pressure from the API.
337 // The heap limit needs to be computed based on the system pointer size
338 // because we want a pointer-compressed heap to have larger limit than
782 // Do not set the limit lower than the live size + some slack.
1310 // more spaces are needed until it reaches the limit.
1436 // limit for performace reasons. If the overshoot is too large then we are
2128 // If the old generation size exceeds this limit, then V8 will
2132 // configurable limit into account.
2211 // Starts marking when stress_marking_percentage_% of the marking start limit
2216 // marking limit.
2222 // The maximum percent of the marking limit reached wihout causing marking.