Searched refs:not_smi_label (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 1345 Label* not_smi_label) { in JumpIfSmi() argument 1350 if (not_smi_label) { in JumpIfSmi() 1351 B(not_smi_label); in JumpIfSmi() 1354 DCHECK(not_smi_label); in JumpIfSmi() 1355 Tbnz(value, 0, not_smi_label); in JumpIfSmi() 1360 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument 1361 JumpIfSmi(value, NULL, not_smi_label); in JumpIfNotSmi() 1368 Label* not_smi_label) { in JumpIfBothSmi() argument 1374 JumpIfSmi(tmp, both_smi_label, not_smi_label); in JumpIfBothSmi() 1381 Label* not_smi_label) { in JumpIfEitherSmi() argument [all …]
|
D | macro-assembler-arm64.h | 939 Label* not_smi_label = NULL); 940 inline void JumpIfNotSmi(Register value, Label* not_smi_label); 944 Label* not_smi_label = NULL); 948 Label* not_smi_label = NULL); 951 Label* not_smi_label); 954 Label* not_smi_label);
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 1162 Label* not_smi_label) { in JumpIfNotSmiCandidate() argument 1167 blt(not_smi_label); in JumpIfNotSmiCandidate() 1178 Label* not_smi_label) { in JumpIfNotUnsignedSmiCandidate() argument 1180 bne(not_smi_label, cr0); in JumpIfNotUnsignedSmiCandidate() 1281 inline void JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument 1283 bne(not_smi_label, cr0); in JumpIfNotSmi()
|
/external/v8/src/x87/ |
D | macro-assembler-x87.h | 462 inline void JumpIfNotSmi(Register value, Label* not_smi_label, 465 j(not_zero, not_smi_label, distance);
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 471 inline void JumpIfNotSmi(Register value, Label* not_smi_label, 474 j(not_zero, not_smi_label, distance);
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 1275 inline void JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument 1277 b(ne, not_smi_label); in JumpIfNotSmi()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 1463 Label* not_smi_label,
|
D | macro-assembler-mips.cc | 5071 Label* not_smi_label, in JumpIfNotSmi() argument 5076 Branch(bd, not_smi_label, ne, scratch, Operand(zero_reg)); in JumpIfNotSmi()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 1621 Label* not_smi_label,
|
D | macro-assembler-mips64.cc | 5781 Label* not_smi_label, in JumpIfNotSmi() argument 5786 Branch(bd, not_smi_label, ne, scratch, Operand(zero_reg)); in JumpIfNotSmi()
|