Searched defs:is_smi (Results 1 – 7 of 7) sorted by relevance
1100 void SmiUntag(Register dst, Register src, Label* is_smi) { in SmiUntag()
610 void UntagSmi(Register reg, Label* is_smi) { in UntagSmi()
1927 Condition is_smi = CheckSmi(object); in AssertNotSmi() local1935 Condition is_smi = CheckSmi(object); in AssertSmi() local1942 Condition is_smi = CheckSmi(object); in AssertSmi() local
42 bool const is_smi; member in v8::internal::compiler::ObjectData
2442 bool is_smi = Smi::IsValid(int32_value()); in GetRawValue() local2450 bool is_smi = (uint32_value() <= static_cast<uintptr_t>(Smi::kMaxValue)); in GetRawValue() local
677 Label call_tolength(this, Label::kDeferred), is_smi(this), next(this); in RegExpPrototypeExecBodyWithoutResult() local
2967 Label is_smi(this), is_nonsmi(this), done(this); in Generate() local