Lines Matching defs:from
140 PrintF(" ClearRegister(from=%d, to=%d);\n", reg_from, reg_to);
293 void RegExpMacroAssemblerTracer::CheckCharacterInRange(base::uc16 from,
296 PrintablePrinter printable_from(from);
298 PrintF(" CheckCharacterInRange(from=0x%04x%s, to=0x%04x%s, label[%08x]);\n",
299 from,
304 assembler_->CheckCharacterInRange(from, to, on_not_in_range);
307 void RegExpMacroAssemblerTracer::CheckCharacterNotInRange(base::uc16 from,
310 PrintablePrinter printable_from(from);
313 " CheckCharacterNotInRange(from=0x%04x%s," " to=%04x%s, label[%08x]);\n",
314 from,
319 assembler_->CheckCharacterNotInRange(from, to, on_in_range);
326 base::uc16 from = ranges->at(i).from();
328 PrintablePrinter printable_from(from);
330 PrintF(" [from=0x%04x%s, to=%04x%s],\n", from, *printable_from, to,