Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions-inl.h88 if (FastI2D(i) == x) return i; in DoubleToInt32()
110 value <= Smi::kMaxValue && value == FastI2D(FastD2I(value)); in IsSmiDouble()
116 value == FastI2D(FastD2I(value)); in IsInt32Double()
Dconversions.h64 inline double FastI2D(int x) { in FastI2D() function
Dfactory.cc1317 return NewHeapNumber(FastI2D(value), IMMUTABLE, pretenure); in NewNumberFromInt()
Delements.cc3734 if (FastI2D(FastD2UI(n)) == n) { in CheckArrayAbuse()
Dobjects.cc1174 if (FastI2D(FastD2I(num)) == num) { in ToInt32()
/external/v8/src/runtime/
Druntime-numbers.cc117 if (value == FastI2D(int_value) && Smi::IsValid(int_value)) { in RUNTIME_FUNCTION()
/external/v8/src/compiler/
Dmachine-operator-reducer.cc633 if (m.HasValue()) return ReplaceFloat64(FastI2D(m.Value())); in Reduce()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc2275 double_value_(FastI2D(integer_value)) { in HConstant()