Searched refs:if_double (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-call-gen.cc | 276 Label if_not_double(this), if_double(this); in CallOrConstructWithArrayLike() 296 Branch(IsFixedDoubleArray(elements), &if_double, &if_not_double); in CallOrConstructWithArrayLike() local 310 BIND(&if_double); in CallOrConstructWithArrayLike() 356 Label if_smiorobject(this), if_double(this), in CallOrConstructWithSpread() 392 &if_double); in CallOrConstructWithSpread() local 419 &if_smiorobject, &if_double); in CallOrConstructWithSpread() local 455 BIND(&if_double); in CallOrConstructWithSpread()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 9602 Label if_double(this), if_tagged(this); 9605 &if_tagged, &if_double); 9611 BIND(&if_double); 9627 Label if_double(this), if_tagged(this); 9630 &if_tagged, &if_double); 9636 BIND(&if_double);
|
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 5385 auto if_double = __ MakeDeferredLabel(); in LowerLoadFieldByIndex() local 5391 __ GotoIfNot(__ IntPtrEqual(__ WordAnd(index, one), zero), &if_double); in LowerLoadFieldByIndex() 5427 __ Bind(&if_double); in LowerLoadFieldByIndex()
|
Completed in 41 milliseconds