Home | History | Annotate | Download | only in src

Lines Matching full:instruction_start

418   unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start());
423 pc = holder->instruction_start() + pc_offset;
811 static_cast<int>(pc - js_code->instruction_start());
1189 pc >= code->instruction_start() && pc < code->instruction_end()) {