Home | History | Annotate | Download | only in src

Lines Matching full:instruction_start

420   unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start());
425 pc = holder->instruction_start() + pc_offset;
813 static_cast<int>(pc - js_code->instruction_start());
1184 pc >= code->instruction_start() && pc < code->instruction_end()) {