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/
H A Dbuiltins-string-gen.cc130 Label if_equal(this), if_notequal(this), if_indirect(this, Label::kDeferred), in GenerateStringEqual()
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()
173 GotoIf(TaggedEqual(lhs, rhs), if_equal); in StringEqual_Core() local
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, Labe in StringEqual_Loop()
166 StringEqual_Core( TNode<String> lhs, TNode<Word32T> lhs_instance_type, TNode<String> rhs, TNode<Word32T> rhs_instance_type, TNode<IntPtrT> length, Label* if_equal, Label* if_not_equal, Label* if_indirect) StringEqual_Core() argument
243 StringEqual_Loop( TNode<String> lhs, TNode<Word32T> lhs_instance_type, MachineType lhs_type, TNode<String> rhs, TNode<Word32T> rhs_instance_type, MachineType rhs_type, TNode<IntPtrT> length, Label* if_equal, Label* if_not_equal) StringEqual_Loop() argument
262 GotoIf(WordEqual(var_offset.value(), length), if_equal); StringEqual_Loop() local
567 GotoIf(TaggedEqual(lhs, rhs), &if_equal); GenerateStringRelationalComparison() local
643 GotoIf(IntPtrEqual(lhs_length, rhs_length), &if_equal); GenerateStringRelationalComparison() local
[all...]
H A 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/
H A Dmacro-assembler-x64.h663 void JumpIfRoot(Register with, RootIndex index, Label* if_equal, in JumpIfRoot() argument
666 j(equal, if_equal, if_equal_distance); in JumpIfRoot()
668 void JumpIfRoot(Operand with, RootIndex index, Label* if_equal, in JumpIfRoot() argument
671 j(equal, if_equal, if_equal_distance); in JumpIfRoot()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h424 void JumpIfRoot(Register with, RootIndex index, Label* if_equal, in JumpIfRoot() argument
427 j(equal, if_equal, if_equal_distance); in JumpIfRoot()
/third_party/node/deps/v8/src/codegen/arm/
H A 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/loong64/
H A 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/
H A Dcode-stub-assembler.cc12407 void CodeStubAssembler::GenerateEqual_Same(TNode<Object> value, Label* if_equal,
12437 Goto(if_equal);
12444 Goto(if_equal);
12451 Goto(if_equal);
12458 Goto(if_equal);
12470 Goto(if_equal);
12478 Goto(if_equal);
12482 Goto(if_equal);
12489 BranchIfFloat64IsNaN(number_value, if_notequal, if_equal);
12495 Goto(if_equal);
[all...]
H A Dcode-stub-assembler.h1636 int slot_index, Label* if_equal) { in GotoIfContextElementEqual()
1638 if_equal); in GotoIfContextElementEqual() local
4183 void GenerateEqual_Same(TNode<Object> value, Label* if_equal,
1634 GotoIfContextElementEqual(TNode<Object> value, TNode<NativeContext> native_context, int slot_index, Label* if_equal) GotoIfContextElementEqual() argument
/third_party/node/deps/v8/src/codegen/mips64/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A Dmacro-assembler-arm64.cc2901 Label* if_equal) { in TruncateDoubleToI()
2903 B(eq, if_equal); in TruncateDoubleToI()
2900 JumpIfRoot(const Register& obj, RootIndex index, Label* if_equal) TruncateDoubleToI() argument
H A Dmacro-assembler-arm64.h1976 void JumpIfRoot(const Register& obj, RootIndex index, Label* if_equal);

Completed in 60 milliseconds