Home
last modified time | relevance | path

Searched refs:GetReal (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dstate-values-utils.cc363 Node* value_node = top->GetReal(); in EnsureValid()
424 Node* value = iterator.GetReal(); in size()
Dcommon-operator.h270 Node* GetReal() const;
276 return IsReal() ? GetReal() : empty_value; in Get()
Dcommon-operator.cc272 Node* SparseInputMask::InputIterator::GetReal() const { in GetReal() function in v8::internal::compiler::SparseInputMask::InputIterator