Lines Matching defs:pc
354 // and code-relative pc offset.
361 __ dd(back_edges_[i].pc);
405 // calculating PC offsets after generating a debug version of code. Therefore
469 // The pc offset does not need to be encoded and packed together with a state.
1642 back_edges.pc(i)));
1643 PatchAt(unoptimized, back_edges.pc(i), ON_STACK_REPLACEMENT, patch);
1664 back_edges.pc(i)));
1665 PatchAt(unoptimized, back_edges.pc(i), INTERRUPT, patch);
1678 Address pc = code->instruction_start() + pc_offset;
1680 PatchAt(*code, pc, OSR_AFTER_STACK_CHECK, patch);
1687 Address pc = code->instruction_start() + pc_offset;
1689 if (OSR_AFTER_STACK_CHECK == GetBackEdgeState(isolate, *code, pc)) {
1691 PatchAt(*code, pc, ON_STACK_REPLACEMENT, patch);
1709 back_edges.pc(i)) != INTERRUPT);