Home
last modified time | relevance | path

Searched defs:if_equal (Results 1 - 12 of 12) sorted by relevance

/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
/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
/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
668 void JumpIfRoot(Operand with, RootIndex index, Label* if_equal, in JumpIfRoot() 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
/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
/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
/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
/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
/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
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string-gen.cc173 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 Dcode-stub-assembler.h1638 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 Dmacro-assembler-arm64.cc2900 JumpIfRoot(const Register& obj, RootIndex index, Label* if_equal) TruncateDoubleToI() argument

Completed in 31 milliseconds