Home | History | Annotate | Download | only in src

Lines Matching defs:int_value

822     int int_value = FastD2I(value);
823 if (value == FastI2D(int_value) && Smi::IsValid(int_value)) {
824 return Smi::FromInt(int_value);