Searched refs:is_the_hole_nan (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects-inl.h2200 inline bool FixedDoubleArray::is_the_hole_nan(double value) { function in class:v8::internal::FixedDoubleArray
2222 DCHECK(!is_the_hole_nan(result));
2263 return is_the_hole_nan(READ_DOUBLE_FIELD(this, offset));
H A Dhydrogen-instructions.h3546 FixedDoubleArray::is_the_hole_nan(double_value_) ||
3593 if (HasDoubleValue() && FixedDoubleArray::is_the_hole_nan(double_value_)) {
H A Dobjects.h2540 inline static bool is_the_hole_nan(double value);

Completed in 123 milliseconds