Home
last modified time | relevance | path

Searched refs:not_nan_loop (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-array-gen.cc3136 Label nan_loop(this, &index_var), not_nan_loop(this, &index_var); in GenerateSmiOrObject() local
3138 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GenerateSmiOrObject()
3140 BIND(&not_nan_loop); in GenerateSmiOrObject()
3158 Goto(&not_nan_loop); in GenerateSmiOrObject()
3255 Label nan_loop(this, &index_var), not_nan_loop(this, &index_var), in GeneratePackedDoubles() local
3263 Goto(&not_nan_loop); in GeneratePackedDoubles()
3271 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GeneratePackedDoubles()
3273 BIND(&not_nan_loop); in GeneratePackedDoubles()
3284 Goto(&not_nan_loop); in GeneratePackedDoubles()
3325 Label nan_loop(this, &index_var), not_nan_loop(this, &index_var), in GenerateHoleyDoubles() local
[all …]