Home
last modified time | relevance | path

Searched refs:IsValue (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
Dinterface.h86 *ok = !IsValue(); in MakeModule()
92 *ok = IsValue() || IsModule(); in Freeze()
109 bool IsValue() { return Chase()->flags_ & VALUE; } in IsValue() function
122 || (this->IsValue() == that->IsValue() && in IsUnified()
Dinterface.cc99 if (this->IsValue()) { in Unify()
104 if (that->IsValue()) { in Unify()
143 DCHECK(!this->IsValue()); in DoUnify()
144 DCHECK(!that->IsValue()); in DoUnify()
192 } else if (IsValue()) { in Print()
Dhydrogen.cc4769 DCHECK(context->IsValue()); in VisitReturnStatement()
4795 DCHECK(context->IsValue()); in VisitReturnStatement()
4814 DCHECK(context->IsValue()); in VisitReturnStatement()
7966 DCHECK(call_context()->IsValue()); in TryInline()
7978 DCHECK(call_context()->IsValue()); in TryInline()
7989 DCHECK(call_context()->IsValue()); in TryInline()
9897 DCHECK(ast_context()->IsValue()); in VisitNot()
10544 } else if (ast_context()->IsValue()) { in VisitLogicalExpression()
Dhydrogen.h764 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function
/external/chromium_org/tools/clang/blink_gc_plugin/
DEdge.h85 virtual bool IsValue() { return false; } in IsValue() function
100 bool IsValue() override { return true; } in IsValue() function
/external/chromium_org/v8/src/compiler/
Dast-graph-builder.h285 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function