Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-numbering.cc53 properties_.flags() |= AstProperties::kDontSelfOptimize; in DisableSelfOptimization()
61 properties_.flags() |= AstProperties::kDontCrankshaft; in DisableCrankshaft()
79 AstProperties properties_;
Dast.h152 class AstProperties final BASE_EMBEDDED {
162 explicit AstProperties(Zone* zone) : node_count_(0), spec_(zone) {} in AstProperties() function
178 DEFINE_OPERATORS_FOR_FLAGS(AstProperties::Flags) in DEFINE_OPERATORS_FOR_FLAGS()
2719 AstProperties::Flags flags() const { return ast_properties_.flags(); } in flags()
2720 void set_ast_properties(AstProperties* ast_properties) { in set_ast_properties()
2783 AstProperties ast_properties_;
/external/v8/src/parsing/
Dparser.h336 typedef v8::internal::AstProperties AstProperties; typedef
Dpreparser.h593 typedef int AstProperties; typedef
/external/v8/src/
Dcompiler.cc230 !(literal()->flags() & AstProperties::kDontSelfOptimize) && in ShouldSelfOptimize()
925 AstProperties::kDontCrankshaft); in Renumber()
Dobjects.cc13792 AstProperties::kDontCrankshaft); in InitFromFunctionLiteral()