Lines Matching refs:CheckSmi
1331 Condition MacroAssembler::CheckSmi(Register src) { in CheckSmi() function in v8::internal::MacroAssembler
1338 Condition MacroAssembler::CheckSmi(const Operand& src) { in CheckSmi() function in v8::internal::MacroAssembler
1357 return CheckSmi(first); in CheckBothSmi()
1390 return CheckSmi(first); in CheckEitherSmi()
1487 Condition smi = CheckSmi(src); in JumpIfSmi()
1495 Condition smi = CheckSmi(src); in JumpIfNotSmi()
2439 Condition is_smi = CheckSmi(object); in JumpIfNotString()
3774 Condition is_smi = CheckSmi(object); in AssertNumber()
3786 Condition is_smi = CheckSmi(object); in AssertNotSmi()
3794 Condition is_smi = CheckSmi(object); in AssertSmi()
3802 Condition is_smi = CheckSmi(object); in AssertSmi()