Searched refs:if_equal (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/x87/ |
D | macro-assembler-x87.h | 83 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal, 86 j(equal, if_equal, if_equal_distance); 89 Label* if_equal, 92 j(equal, if_equal, if_equal_distance);
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 83 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal, 86 j(equal, if_equal, if_equal_distance); 89 Label* if_equal, 92 j(equal, if_equal, if_equal_distance);
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 151 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal, 154 j(equal, if_equal, if_equal_distance); 157 Label* if_equal, 160 j(equal, if_equal, if_equal_distance);
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 953 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() argument 955 b(eq, if_equal); in JumpIfRoot()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 301 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() argument 303 Branch(if_equal, eq, with, Operand(at)); in JumpIfRoot()
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 819 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() argument 821 beq(if_equal); in JumpIfRoot()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 329 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot() argument 331 Branch(if_equal, eq, with, Operand(at)); in JumpIfRoot()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 1470 Label* if_equal);
|
D | macro-assembler-arm64.cc | 3496 Label* if_equal) { in JumpIfRoot() argument 3498 B(eq, if_equal); in JumpIfRoot()
|