/third_party/node/deps/v8/src/builtins/ |
D | builtins-string-gen.h | 27 Label* if_not_equal, Label* if_indirect); 92 Label* if_not_equal);
|
D | builtins-string-gen.cc | 169 Label* if_not_equal, Label* if_indirect) { in StringEqual_Core() argument 188 if_not_equal); in StringEqual_Core() 225 if_not_equal); in StringEqual_Core() 230 if_not_equal); in StringEqual_Core() 235 if_not_equal); in StringEqual_Core() 240 if_not_equal); in StringEqual_Core() 246 TNode<IntPtrT> length, Label* if_equal, Label* if_not_equal) { in StringEqual_Loop() argument 275 GotoIf(Word32NotEqual(lhs_value, rhs_value), if_not_equal); in StringEqual_Loop()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | macro-assembler-x64.h | 675 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal, 678 j(not_equal, if_not_equal, if_not_equal_distance); 680 void JumpIfNotRoot(Operand with, RootIndex index, Label* if_not_equal, 683 j(not_equal, if_not_equal, if_not_equal_distance);
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | macro-assembler-ia32.h | 431 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal, 434 j(not_equal, if_not_equal, if_not_equal_distance);
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | macro-assembler-arm.h | 749 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument 751 b(ne, if_not_equal); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | macro-assembler-loong64.h | 830 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument 834 Branch(if_not_equal, ne, with, Operand(scratch)); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | macro-assembler-mips.h | 950 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument 954 Branch(if_not_equal, ne, with, Operand(scratch)); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | macro-assembler-mips64.h | 1002 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument 1006 Branch(if_not_equal, ne, with, Operand(scratch)); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | macro-assembler-riscv64.h | 1078 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument 1082 Branch(if_not_equal, ne, with, Operand(scratch)); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.h | 1227 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument 1229 bne(if_not_equal); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1592 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument 1594 bne(if_not_equal); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.cc | 2907 Label* if_not_equal) { in TruncateDoubleToI() argument 2909 B(ne, if_not_equal); in TruncateDoubleToI()
|
D | macro-assembler-arm64.h | 1979 void JumpIfNotRoot(const Register& obj, RootIndex index, Label* if_not_equal);
|