Searched refs:kRegExpCodeThreshold (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dmark-compact.cc1508 static const int kRegExpCodeThreshold = 5; member in class:v8::internal::MarkCompactMarkingVisitor
1548 if (value == ((heap->sweep_generation() - kRegExpCodeThreshold) & 0xff)) {
1561 // If we did not use the code for kRegExpCodeThreshold mark sweep GCs
/external/v8/src/
H A Dmark-compact.cc1202 static const int kRegExpCodeThreshold = 5; member in class:v8::internal::StaticMarkingVisitor
1358 if (value == ((heap->sweep_generation() - kRegExpCodeThreshold) & 0xff)) {
1373 // If we did not use the code for kRegExpCodeThreshold mark sweep GCs

Completed in 227 milliseconds