Home | History | Annotate | Download | only in s390

Lines Matching defs:DoGap

856   DoGap(label);
861 void LCodeGen::DoGap(LGap* gap) {
870 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { DoGap(instr); }