Searched refs:hole_nan_as_double (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects-inl.h2205 inline double FixedDoubleArray::hole_nan_as_double() { function in class:v8::internal::FixedDoubleArray
2257 WRITE_DOUBLE_FIELD(this, offset, hole_nan_as_double());
H A Dhydrogen.cc2830 double nan_double = FixedDoubleArray::hole_nan_as_double();
2909 ? Add<HConstant>(FixedDoubleArray::hole_nan_as_double())
8289 double nan_double = FixedDoubleArray::hole_nan_as_double();
8453 : Add<HConstant>(FixedDoubleArray::hole_nan_as_double());
H A Dobjects.h2541 inline static double hole_nan_as_double();
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.cc4618 double nan_double = FixedDoubleArray::hole_nan_as_double();

Completed in 388 milliseconds