HomeSort by relevance Sort by last modified time
    Searched refs:IsValue (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
interface.h 86 *ok = !IsValue();
92 *ok = IsValue() || IsModule();
109 bool IsValue() { return Chase()->flags_ & VALUE; }
122 || (this->IsValue() == that->IsValue() &&
interface.cc 99 if (this->IsValue()) {
104 if (that->IsValue()) {
143 DCHECK(!this->IsValue());
144 DCHECK(!that->IsValue());
192 } else if (IsValue()) {
hydrogen.cc     [all...]
hydrogen.h 764 bool IsValue() const { return kind_ == Expression::kValue; }
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.h 285 bool IsValue() const { return kind_ == Expression::kValue; }

Completed in 64 milliseconds