Searched refs:TypeHintAnalyzer (Results 1 – 3 of 3) sorted by relevance
33 class TypeHintAnalyzer final {35 explicit TypeHintAnalyzer(Zone* zone) : zone_(zone) {} in TypeHintAnalyzer() function44 DISALLOW_COPY_AND_ASSIGN(TypeHintAnalyzer);
71 TypeHintAnalysis* TypeHintAnalyzer::Analyze(Handle<Code> code) { in Analyze()
497 TypeHintAnalyzer analyzer(data->graph_zone()); in Run()