Home
last modified time | relevance | path

Searched defs:IsValue (Results 1 – 4 of 4) 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
/external/v8/src/interpreter/
Dbytecode-generator.cc425 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope
/external/v8/src/compiler/
Dast-graph-builder.cc34 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function in v8::internal::compiler::BASE_EMBEDDED
/external/v8/src/crankshaft/
Dhydrogen.h757 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function