Home
last modified time | relevance | path

Searched refs:not_smi_label (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h1361 Label* not_smi_label) { in JumpIfSmi() argument
1366 if (not_smi_label) { in JumpIfSmi()
1367 B(not_smi_label); in JumpIfSmi()
1370 DCHECK(not_smi_label); in JumpIfSmi()
1371 Tbnz(value, 0, not_smi_label); in JumpIfSmi()
1376 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument
1377 JumpIfSmi(value, NULL, not_smi_label); in JumpIfNotSmi()
1384 Label* not_smi_label) { in JumpIfBothSmi() argument
1390 JumpIfSmi(tmp, both_smi_label, not_smi_label); in JumpIfBothSmi()
1397 Label* not_smi_label) { in JumpIfEitherSmi() argument
[all …]
Dmacro-assembler-arm64.h983 Label* not_smi_label = NULL);
984 inline void JumpIfNotSmi(Register value, Label* not_smi_label);
988 Label* not_smi_label = NULL);
992 Label* not_smi_label = NULL);
995 Label* not_smi_label);
998 Label* not_smi_label);
/external/v8/src/ppc/
Dmacro-assembler-ppc.h1216 Label* not_smi_label) { in JumpIfNotSmiCandidate() argument
1221 blt(not_smi_label); in JumpIfNotSmiCandidate()
1232 Label* not_smi_label) { in JumpIfNotUnsignedSmiCandidate() argument
1234 bne(not_smi_label, cr0); in JumpIfNotUnsignedSmiCandidate()
1335 inline void JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument
1337 bne(not_smi_label, cr0); in JumpIfNotSmi()
/external/v8/src/s390/
Dmacro-assembler-s390.h1465 Label* not_smi_label) { in JumpIfNotSmiCandidate() argument
1470 blt(not_smi_label); in JumpIfNotSmiCandidate()
1481 Label* not_smi_label) { in JumpIfNotUnsignedSmiCandidate() argument
1483 bne(not_smi_label /*, cr0*/); in JumpIfNotUnsignedSmiCandidate()
1598 inline void JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument
1600 bne(not_smi_label /*, cr0*/); in JumpIfNotSmi()
/external/v8/src/x87/
Dmacro-assembler-x87.h492 inline void JumpIfNotSmi(Register value, Label* not_smi_label,
495 j(not_zero, not_smi_label, distance);
/external/v8/src/ia32/
Dmacro-assembler-ia32.h501 inline void JumpIfNotSmi(Register value, Label* not_smi_label,
504 j(not_zero, not_smi_label, distance);
/external/v8/src/arm/
Dmacro-assembler-arm.h1307 inline void JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument
1309 b(ne, not_smi_label); in JumpIfNotSmi()
/external/v8/src/mips/
Dmacro-assembler-mips.h1572 Label* not_smi_label,
Dmacro-assembler-mips.cc5976 Label* not_smi_label, in JumpIfNotSmi() argument
5981 Branch(bd, not_smi_label, ne, scratch, Operand(zero_reg)); in JumpIfNotSmi()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1721 Label* not_smi_label,
Dmacro-assembler-mips64.cc6389 Label* not_smi_label, in JumpIfNotSmi() argument
6394 Branch(bd, not_smi_label, ne, scratch, Operand(zero_reg)); in JumpIfNotSmi()