Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-call-gen.cc191 Label if_not_double(this), if_double(this); in CallOrConstructWithArrayLike() local
208 Branch(IsFixedDoubleArray(elements), &if_double, &if_not_double); in CallOrConstructWithArrayLike()
210 BIND(&if_not_double); in CallOrConstructWithArrayLike()