Lines Matching refs:Smi
21 Smi::cast(this)->SmiVerify(); in ObjectVerify()
37 void Smi::SmiVerify() { in SmiVerify()
442 int month = Smi::cast(this->month())->value(); in JSDateVerify()
446 int day = Smi::cast(this->day())->value(); in JSDateVerify()
450 int hour = Smi::cast(this->hour())->value(); in JSDateVerify()
454 int min = Smi::cast(this->min())->value(); in JSDateVerify()
458 int sec = Smi::cast(this->sec())->value(); in JSDateVerify()
462 int weekday = Smi::cast(this->weekday())->value(); in JSDateVerify()
466 CHECK(Smi::cast(cache_stamp())->value() <= in JSDateVerify()
467 Smi::cast(GetIsolate()->date_cache()->stamp())->value()); in JSDateVerify()
486 CHECK(length() >= 0 && length() <= Smi::kMaxValue); in StringVerify()
586 int value = Smi::cast(number)->value(); in OddballVerify()
644 CHECK(raw_type_feedback_info() == Smi::FromInt(0) || in CodeVerify()
815 || buffer() == Smi::FromInt(0)); in JSArrayBufferViewVerify()
988 int size = Smi::cast(get(kCacheSizeIndex))->value(); in JSFunctionResultCacheVerify()
993 int finger = Smi::cast(get(kFingerIndex))->value(); in JSFunctionResultCacheVerify()