Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:HPhase

2944 class HPhase : public CompilationPhase {
2946 HPhase(const char* name, HGraph* graph)
2949 ~HPhase();
2957 DISALLOW_COPY_AND_ASSIGN(HPhase);