/third_party/node/deps/v8/src/builtins/ |
D | builtins-string-gen.cc | 130 Label if_equal(this), if_notequal(this), if_indirect(this, Label::kDeferred), in GenerateStringEqual() local 148 &if_equal, &if_notequal, &if_indirect); in GenerateStringEqual() 159 BIND(&if_equal); in GenerateStringEqual() 168 TNode<Word32T> rhs_instance_type, TNode<IntPtrT> length, Label* if_equal, in StringEqual_Core() argument 173 GotoIf(TaggedEqual(lhs, rhs), if_equal); in StringEqual_Core() 224 rhs_instance_type, MachineType::Uint8(), length, if_equal, in StringEqual_Core() 229 rhs_instance_type, MachineType::Uint16(), length, if_equal, in StringEqual_Core() 234 rhs_instance_type, MachineType::Uint16(), length, if_equal, in StringEqual_Core() 239 rhs_instance_type, MachineType::Uint8(), length, if_equal, in StringEqual_Core() 246 TNode<IntPtrT> length, Label* if_equal, Label* if_not_equal) { in StringEqual_Loop() argument [all …]
|
D | builtins-string-gen.h | 26 TNode<IntPtrT> length, Label* if_equal, 91 TNode<IntPtrT> length, Label* if_equal,
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | macro-assembler-x64.h | 663 void JumpIfRoot(Register with, RootIndex index, Label* if_equal, 666 j(equal, if_equal, if_equal_distance); 668 void JumpIfRoot(Operand with, RootIndex index, Label* if_equal, 671 j(equal, if_equal, if_equal_distance);
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | macro-assembler-ia32.h | 424 void JumpIfRoot(Register with, RootIndex index, Label* if_equal, 427 j(equal, if_equal, if_equal_distance);
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | macro-assembler-arm.h | 743 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument 745 b(eq, if_equal); in JumpIfRoot()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 12407 void CodeStubAssembler::GenerateEqual_Same(TNode<Object> value, Label* if_equal, in GenerateEqual_Same() argument 12437 Goto(if_equal); in GenerateEqual_Same() 12444 Goto(if_equal); in GenerateEqual_Same() 12451 Goto(if_equal); in GenerateEqual_Same() 12458 Goto(if_equal); in GenerateEqual_Same() 12470 Goto(if_equal); in GenerateEqual_Same() 12478 Goto(if_equal); in GenerateEqual_Same() 12482 Goto(if_equal); in GenerateEqual_Same() 12489 BranchIfFloat64IsNaN(number_value, if_notequal, if_equal); in GenerateEqual_Same() 12495 Goto(if_equal); in GenerateEqual_Same() [all …]
|
D | code-stub-assembler.h | 1636 int slot_index, Label* if_equal) { in GotoIfContextElementEqual() argument 1638 if_equal); in GotoIfContextElementEqual() 4183 void GenerateEqual_Same(TNode<Object> value, Label* if_equal,
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | macro-assembler-loong64.h | 822 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument 826 Branch(if_equal, eq, with, Operand(scratch)); in JumpIfRoot()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | macro-assembler-mips64.h | 994 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument 998 Branch(if_equal, eq, with, Operand(scratch)); in JumpIfRoot()
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | macro-assembler-mips.h | 942 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument 946 Branch(if_equal, eq, with, Operand(scratch)); in JumpIfRoot()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | macro-assembler-riscv64.h | 1070 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument 1074 Branch(if_equal, eq, with, Operand(scratch)); in JumpIfRoot()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.h | 1221 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument 1223 beq(if_equal); in JumpIfRoot()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1586 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument 1588 beq(if_equal); in JumpIfRoot()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.cc | 2901 Label* if_equal) { in TruncateDoubleToI() argument 2903 B(eq, if_equal); in TruncateDoubleToI()
|
D | macro-assembler-arm64.h | 1976 void JumpIfRoot(const Register& obj, RootIndex index, Label* if_equal);
|