Lines Matching refs:pc_offset
383 unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start()); in IteratePc() local
388 pc = holder->instruction_start() + pc_offset; in IteratePc()
815 int pc_offset = static_cast<int>(pc() - code->entry()); in LookupExceptionHandlerInTable() local
816 return table->LookupRange(pc_offset, stack_slots, prediction); in LookupExceptionHandlerInTable()
999 unsigned pc_offset; in Summarize() local
1005 pc_offset = in Summarize()
1007 DCHECK_NE(0U, pc_offset); in Summarize()
1012 pc_offset = 0; in Summarize()
1014 FrameSummary summary(receiver, function, code, pc_offset, is_constructor); in Summarize()
1036 int pc_offset = static_cast<int>(pc() - code->entry()); in LookupExceptionHandlerInTable() local
1038 return table->LookupReturn(pc_offset, prediction); in LookupExceptionHandlerInTable()