Home | History | Annotate | Download | only in debug

Lines Matching defs:pc_offset

1216 static int ComputeContinuationIndexFromPcOffset(Code* code, int pc_offset) {
1218 Address pc = code->instruction_start() + pc_offset;
1349 int pc_offset = generator_obj->continuation();
1351 ComputeContinuationIndexFromPcOffset(function->code(), pc_offset);
1375 int pc_offset = ComputePcOffsetFromContinuationIndex(shared->code(), index);
1376 generator_obj->set_continuation(pc_offset);