Home | History | Annotate | Download | only in compiler

Lines Matching refs:ool

189     for (OutOfLineCode* ool = ools_; ool; ool = ool->next()) {
190 masm()->bind(ool->entry());
191 ool->Generate();
192 if (ool->exit()->is_bound()) masm()->jmp(ool->exit());