Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:HPhase

2975 class HPhase : public CompilationPhase {
2977 HPhase(const char* name, HGraph* graph)
2980 ~HPhase();
2988 DISALLOW_COPY_AND_ASSIGN(HPhase);