Searched refs:if_double (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-call-gen.cc | 191 Label if_not_double(this), if_double(this); in CallOrConstructWithArrayLike() local 208 Branch(IsFixedDoubleArray(elements), &if_double, &if_not_double); in CallOrConstructWithArrayLike() 222 BIND(&if_double); in CallOrConstructWithArrayLike() 281 Label if_smiorobject(this), if_double(this), in CallOrConstructWithSpread() local 319 &if_generic, &if_double); in CallOrConstructWithSpread() 336 &if_smiorobject, &if_double); in CallOrConstructWithSpread() 357 BIND(&if_double); in CallOrConstructWithSpread()
|
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 3683 auto if_double = __ MakeDeferredLabel(); in LowerLoadFieldByIndex() local 3687 __ GotoIfNot(__ WordEqual(__ WordAnd(index, one), zero), &if_double); in LowerLoadFieldByIndex() 3723 __ Bind(&if_double); in LowerLoadFieldByIndex()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 8352 Label if_double(this), if_tagged(this); in LoadPropertyFromFastObject() local 8355 &if_tagged, &if_double); in LoadPropertyFromFastObject() 8361 BIND(&if_double); in LoadPropertyFromFastObject() 8380 Label if_double(this), if_tagged(this); in LoadPropertyFromFastObject() local 8383 &if_tagged, &if_double); in LoadPropertyFromFastObject() 8389 BIND(&if_double); in LoadPropertyFromFastObject()
|