Lines Matching refs:instruction_start
384 unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start());
389 pc = holder->instruction_start() + pc_offset;
412 return (pc >= interpreter_entry_trampoline->instruction_start() &&
414 (pc >= interpreter_bytecode_advance->instruction_start() &&
416 (pc >= interpreter_bytecode_dispatch->instruction_start() &&
725 int code_offset = static_cast<int>(pc() - code->instruction_start());
962 int offset = static_cast<int>(pc() - code->instruction_start());
1040 code_offset = static_cast<int>(frame->pc() - code->instruction_start());
1588 pc >= code->instruction_start() && pc < code->instruction_end()) {
1589 int offset = static_cast<int>(pc - code->instruction_start());