Searched defs:if_equal (Results 1 – 11 of 11) sorted by relevance
/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()
|
/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 168 TNode<Word32T> rhs_instance_type, TNode<IntPtrT> length, Label* if_equal, in StringEqual_Core() 246 TNode<IntPtrT> length, Label* if_equal, Label* if_not_equal) { in StringEqual_Loop() 559 Label if_less(this), if_equal(this), if_greater(this); in GenerateStringRelationalComparison() local
|
/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()
|
/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()
|
/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()
|
/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()
|
/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()
|
/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()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.h | 1636 int slot_index, Label* if_equal) { in GotoIfContextElementEqual()
|
D | code-stub-assembler.cc | 12407 void CodeStubAssembler::GenerateEqual_Same(TNode<Object> value, Label* if_equal, in GenerateEqual_Same() 12507 Label if_equal(this), if_notequal(this), do_float_comparison(this), in Equal() local 12992 Label if_equal(this), if_notequal(this), if_not_equivalent_types(this), in StrictEqual() local 13416 Label if_equal(this), if_notequal(this); in BranchIfSameNumberValue() local
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.cc | 2901 Label* if_equal) { in TruncateDoubleToI()
|