Home | History | Annotate | Download | only in compiler

Lines Matching refs:gen

960 OutOfLineCode::OutOfLineCode(CodeGenerator* gen)
961 : frame_(gen->frame()), masm_(gen->masm()), next_(gen->ools_) {
962 gen->ools_ = this;