Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtype-hint-analyzer.h33 class TypeHintAnalyzer final {
35 explicit TypeHintAnalyzer(Zone* zone) : zone_(zone) {} in TypeHintAnalyzer() function
44 DISALLOW_COPY_AND_ASSIGN(TypeHintAnalyzer);
Dtype-hint-analyzer.cc71 TypeHintAnalysis* TypeHintAnalyzer::Analyze(Handle<Code> code) { in Analyze()
Dpipeline.cc497 TypeHintAnalyzer analyzer(data->graph_zone()); in Run()