Home
last modified time | relevance | path

Searched defs:UntyperPhase (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dpipeline.cc853 struct UntyperPhase { struct
854 static const char* phase_name() { return "untyper"; } in phase_name()
856 void Run(PipelineData* data, Zone* temp_zone) { in Run()