/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.h | 743 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.h | 424 void JumpIfRoot(Register with, RootIndex index, Label* if_equal, in JumpIfRoot() argument
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.h | 663 void JumpIfRoot(Register with, RootIndex index, Label* if_equal, in JumpIfRoot() argument 668 void JumpIfRoot(Operand with, RootIndex index, Label* if_equal, in JumpIfRoot() argument
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 994 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1586 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 942 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 1070 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 822 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 1221 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-string-gen.cc | 173 GotoIf(TaggedEqual(lhs, rhs), if_equal); in StringEqual_Core() local 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...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 1638 if_equal); in GotoIfContextElementEqual() local 1634 GotoIfContextElementEqual(TNode<Object> value, TNode<NativeContext> native_context, int slot_index, Label* if_equal) GotoIfContextElementEqual() argument
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.cc | 2900 JumpIfRoot(const Register& obj, RootIndex index, Label* if_equal) TruncateDoubleToI() argument
|