Searched refs:not_nan_loop (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-array-gen.cc | 3136 Label nan_loop(this, &index_var), not_nan_loop(this, &index_var); in GenerateSmiOrObject() local 3138 BranchIfFloat64IsNaN(search_num.value(), nan_handling, ¬_nan_loop); in GenerateSmiOrObject() 3140 BIND(¬_nan_loop); in GenerateSmiOrObject() 3158 Goto(¬_nan_loop); in GenerateSmiOrObject() 3255 Label nan_loop(this, &index_var), not_nan_loop(this, &index_var), in GeneratePackedDoubles() local 3263 Goto(¬_nan_loop); in GeneratePackedDoubles() 3271 BranchIfFloat64IsNaN(search_num.value(), nan_handling, ¬_nan_loop); in GeneratePackedDoubles() 3273 BIND(¬_nan_loop); in GeneratePackedDoubles() 3284 Goto(¬_nan_loop); in GeneratePackedDoubles() 3325 Label nan_loop(this, &index_var), not_nan_loop(this, &index_var), in GenerateHoleyDoubles() local [all …]
|