Home | History | Annotate | Download | only in src

Lines Matching defs:pc_offset

413   unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start());
418 pc = holder->instruction_start() + pc_offset;
1466 int pc_offset = static_cast<int>(pc() - code->entry());
1468 return table->LookupReturn(pc_offset);
1778 int pc_offset = static_cast<int>(pc() - code->entry());
1780 return table->LookupReturn(pc_offset);