Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DEdge.h100 virtual bool IsValue() { return false; } in IsValue() function
114 bool IsValue() override { return true; } in IsValue() function
DCheckFinalizerVisitor.cpp45 if (edge->ptr()->IsValue()) { in VisitMember()
/external/v8/src/crankshaft/
Dhydrogen.cc4479 DCHECK(context->IsValue()); in VisitReturnStatement()
4505 DCHECK(context->IsValue()); in VisitReturnStatement()
4524 DCHECK(context->IsValue()); in VisitReturnStatement()
8293 DCHECK(call_context()->IsValue()); in TryInline()
8305 DCHECK(call_context()->IsValue()); in TryInline()
8316 DCHECK(call_context()->IsValue()); in TryInline()
10390 DCHECK(ast_context()->IsValue()); in VisitNot()
11085 } else if (ast_context()->IsValue()) { in VisitLogicalExpression()
Dhydrogen.h757 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function
/external/v8/src/compiler/
Dast-graph-builder.cc34 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function in v8::internal::compiler::BASE_EMBEDDED
2194 if (ast_context()->IsValue()) { in VisitLogicalExpression()
/external/v8/src/interpreter/
Dbytecode-generator.cc425 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope