Home | History | Annotate | Download | only in crankshaft

Lines Matching full:constant_candidate

3000     int constant_candidate = HConstant::cast(capacity)->Integer32Value();
3001 if (constant_candidate <= kElementLoopUnrollThreshold) {
3002 constant_capacity = constant_candidate;