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.h96 virtual bool IsValue() { return false; } in IsValue() function
109 bool IsValue() override { return true; } in IsValue() function
DCheckFinalizerVisitor.cpp45 if (edge->ptr()->IsValue()) { in VisitMember()
/external/v8/src/torque/
Ddeclarable.h55 bool IsValue() const { in IsValue() function
Ddeclarations.cc116 if (!d->IsValue()) { in LookupValue()
Dimplementation-visitor.cc1869 declarations()->Lookup(expr->callee.name)->IsValue()) { in Visit()
/external/v8/src/interpreter/
Dbytecode-generator.cc581 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope