Searched defs:if_equal (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 725 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot()
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 856 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot()
|
/external/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 Node* rhs_instance_type, TNode<IntPtrT> length, Label* if_equal, in StringEqual_Core() 248 Label* if_equal, Label* if_not_equal) { in StringEqual_Loop() 390 Label if_less(this), if_equal(this), if_greater(this); in GenerateStringRelationalComparison() local
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 923 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot()
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 1099 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 938 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot()
|
/external/v8/src/ |
D | code-stub-assembler.h | 1120 int slot_index, Label* if_equal) { in GotoIfContextElementEqual()
|
D | code-stub-assembler.cc | 10606 void CodeStubAssembler::GenerateEqual_Same(Node* value, Label* if_equal, in GenerateEqual_Same() 10685 Label if_equal(this), if_notequal(this), do_float_comparison(this), in Equal() local 11072 Label if_equal(this), if_notequal(this), end(this); in StrictEqual() local 11427 Label if_equal(this), if_notequal(this); in BranchIfSameValue() local
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 2612 Label* if_equal) { in JumpIfRoot()
|