Searched refs:AstProperties (Results 1 – 6 of 6) sorted by relevance
53 properties_.flags() |= AstProperties::kDontSelfOptimize; in DisableSelfOptimization()61 properties_.flags() |= AstProperties::kDontCrankshaft; in DisableCrankshaft()79 AstProperties properties_;
152 class AstProperties final BASE_EMBEDDED {162 explicit AstProperties(Zone* zone) : node_count_(0), spec_(zone) {} in AstProperties() function178 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_;
336 typedef v8::internal::AstProperties AstProperties; typedef
593 typedef int AstProperties; typedef
230 !(literal()->flags() & AstProperties::kDontSelfOptimize) && in ShouldSelfOptimize()925 AstProperties::kDontCrankshaft); in Renumber()
13792 AstProperties::kDontCrankshaft); in InitFromFunctionLiteral()