Searched refs:kElementLoopUnrollThreshold (Results 1 – 2 of 2) sorted by relevance
1308 static const int kElementLoopUnrollThreshold = 8; variable
2781 kElementLoopUnrollThreshold); in BuildFillElementsWithValue()2787 if (constant_from == 0 && constant_to <= kElementLoopUnrollThreshold) { in BuildFillElementsWithValue()2850 if (constant_candidate <= kElementLoopUnrollThreshold) { in BuildCopyElements()9240 inline_ok = value >= 0 && value <= kElementLoopUnrollThreshold; in IsCallArrayInlineable()