Home
last modified time | relevance | path

Searched refs:AstLoopAssignmentAnalyzer (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dast-loop-assignment-analyzer.h36 friend class AstLoopAssignmentAnalyzer;
43 class AstLoopAssignmentAnalyzer final
44 : public AstVisitor<AstLoopAssignmentAnalyzer> {
46 AstLoopAssignmentAnalyzer(Zone* zone, CompilationInfo* info);
74 DISALLOW_COPY_AND_ASSIGN(AstLoopAssignmentAnalyzer);
Dast-loop-assignment-analyzer.cc14 typedef class AstLoopAssignmentAnalyzer ALAA; // for code shortitude.
16 ALAA::AstLoopAssignmentAnalyzer(Zone* zone, CompilationInfo* info) in AstLoopAssignmentAnalyzer() function in v8::internal::compiler::ALAA
314 int var_index = AstLoopAssignmentAnalyzer::GetVariableIndex(scope, var); in GetAssignmentCountForTesting()
Dpipeline.cc739 AstLoopAssignmentAnalyzer analyzer(data->graph_zone(), data->info()); in Run()