Home | History | Annotate | Download | only in src

Lines Matching refs:instruction_start

195   return (pc >= interpreter_entry_trampoline->instruction_start() &&
197 (pc >= interpreter_bytecode_advance->instruction_start() &&
199 (pc >= interpreter_bytecode_dispatch->instruction_start() &&
413 unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start());
418 pc = holder->instruction_start() + pc_offset;
742 int code_offset = static_cast<int>(pc() - code->instruction_start());
995 int offset = static_cast<int>(pc() - code->instruction_start());
1072 code_offset = static_cast<int>(frame->pc() - code->instruction_start());
1130 code_offset = static_cast<int>(frame->pc() - code->instruction_start());
1704 int pc = static_cast<int>(this->pc() - LookupCode()->instruction_start());
1754 int offset = static_cast<int>(pc() - code->instruction_start());
1767 int offset = static_cast<int>(callee_pc - code->instruction_start());
1879 pc >= code->instruction_start() && pc < code->instruction_end()) {
1880 int offset = static_cast<int>(pc - code->instruction_start());