Searched refs:fast_length (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-array.cc | 859 int fast_length = static_cast<int>(length); in EstimateElementCount() local 861 for (int i = 0; i < fast_length; i++) { in EstimateElementCount() 871 int fast_length = static_cast<int>(length); in EstimateElementCount() local 877 for (int i = 0; i < fast_length; i++) { in EstimateElementCount() 1120 int fast_length = static_cast<int>(length); in IterateElements() local 1121 DCHECK(fast_length <= elements->length()); in IterateElements() 1122 FOR_WITH_HANDLE_SCOPE(isolate, int, j = 0, j, j < fast_length, j++, { in IterateElements() 1156 int fast_length = static_cast<int>(length); in IterateElements() local 1157 DCHECK(fast_length <= elements->length()); in IterateElements() 1158 FOR_WITH_HANDLE_SCOPE(isolate, int, j = 0, j, j < fast_length, in IterateElements() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | ext_inst.opencl_test.cpp | 260 CASE1(Fast_length, fast_length),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | ext_inst.opencl_test.cpp | 260 CASE1(Fast_length, fast_length),
|
/third_party/spirv-tools/test/ |
H A D | ext_inst.opencl_test.cpp | 260 CASE1(Fast_length, fast_length),
|
Completed in 5 milliseconds