Home | History | Annotate | Download | only in src

Lines Matching refs:instruction_start

423   unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start());
428 pc = holder->instruction_start() + pc_offset;
759 static_cast<int>(pc - js_code->instruction_start());
1060 pc >= code->instruction_start() && pc < code->instruction_end()) {