Searched defs:IsValue (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/interpreter/ | ||
D | bytecode-generator.cc | 257 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope |
/external/v8/src/crankshaft/ | ||
D | hydrogen.h | 734 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function |
/external/v8/src/compiler/ | ||
D | ast-graph-builder.cc | 31 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function in v8::internal::compiler::BASE_EMBEDDED |