Home | History | Annotate | Download | only in src

Lines Matching defs:pc_offset

377   unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start());
382 pc = holder->instruction_start() + pc_offset;
880 int pc_offset = static_cast<int>(pc() - code->entry());
881 return table->LookupRange(pc_offset, stack_depth, prediction);
1127 int pc_offset = static_cast<int>(pc() - code->entry());
1129 return table->LookupReturn(pc_offset, prediction);
1227 int pc_offset = GetBytecodeOffset() + 1; // Point after current bytecode.
1228 return table->LookupRange(pc_offset, context_register, prediction);