Home
last modified time | relevance | path

Searched refs:FastD2I (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dconversions-inl.h87 int32_t i = FastD2I(x); in DoubleToInt32()
110 value <= Smi::kMaxValue && value == FastI2D(FastD2I(value)); in IsSmiDouble()
116 value == FastI2D(FastD2I(value)); in IsInt32Double()
Dconversions.h56 inline int FastD2I(double x) { in FastD2I() function
Dobjects.cc1137 if (FastI2D(FastD2I(num)) == num) { in ToInt32()
1138 *value = FastD2I(num); in ToInt32()
1986 return Smi::FromInt(FastD2I(num))->GetHash(); in GetSimpleHash()
/external/libyuv/files/tools/ubsan/
Dblacklist.txt20 # fun:*v8*internal*FastD2I*
/external/v8/src/runtime/
Druntime-numbers.cc116 int int_value = FastD2I(value); in RUNTIME_FUNCTION()
/external/v8/src/builtins/
Dbuiltins-date.cc44 int y = FastD2I(year); in MakeDay()
45 int m = FastD2I(month); in MakeDay()
/external/v8/src/compiler/
Dmachine-operator-reducer.cc601 if (m.HasValue()) return ReplaceInt32(FastD2I(m.Value())); in Reduce()
/external/v8/src/ic/
Dic.cc1595 int int_value = FastD2I(value); in TryConvertKey()