Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-number.cc564 Label do_fadd(this); in TF_BUILTIN() local
611 Goto(&do_fadd); in TF_BUILTIN()
632 Goto(&do_fadd); in TF_BUILTIN()
718 Goto(&do_fadd); in TF_BUILTIN()
788 Goto(&do_fadd); in TF_BUILTIN()
888 Bind(&do_fadd); in TF_BUILTIN()
/external/v8/src/
Dcode-stubs.cc532 Label do_fadd(assembler), if_lhsisnotnumber(assembler, Label::kDeferred), in BINARY_OP_STUB() local
568 assembler->Goto(&do_fadd); in BINARY_OP_STUB()
592 assembler->Goto(&do_fadd); in BINARY_OP_STUB()
614 assembler->Goto(&do_fadd); in BINARY_OP_STUB()
628 assembler->Goto(&do_fadd); in BINARY_OP_STUB()
632 assembler->Bind(&do_fadd); in BINARY_OP_STUB()