Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc130 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 …]
Dbuiltins-string-gen.h26 TNode<IntPtrT> length, Label* if_equal,
91 TNode<IntPtrT> length, Label* if_equal,
/third_party/node/deps/v8/src/codegen/x64/
Dmacro-assembler-x64.h663 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/
Dmacro-assembler-ia32.h424 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/
Dmacro-assembler-arm.h743 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/
Dcode-stub-assembler.cc12407 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 …]
Dcode-stub-assembler.h1636 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/
Dmacro-assembler-loong64.h822 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/
Dmacro-assembler-mips64.h994 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/
Dmacro-assembler-mips.h942 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/
Dmacro-assembler-riscv64.h1070 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/
Dmacro-assembler-ppc.h1221 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/
Dmacro-assembler-s390.h1586 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/
Dmacro-assembler-arm64.cc2901 Label* if_equal) { in TruncateDoubleToI() argument
2903 B(eq, if_equal); in TruncateDoubleToI()
Dmacro-assembler-arm64.h1976 void JumpIfRoot(const Register& obj, RootIndex index, Label* if_equal);