Searched refs:adjSegment (Results 1 – 1 of 1) sorted by relevance
1213 int adjSegment = lowbound (jumpAdjOffsets, exception.m_start_pc); in visit() local1214 exception.m_start_pc += jumpAdjMap [adjSegment]; in visit()1216 adjSegment = lowbound (jumpAdjOffsets, exception.m_end_pc); in visit()1217 exception.m_end_pc += jumpAdjMap [adjSegment]; in visit()1219 adjSegment = lowbound (jumpAdjOffsets, exception.m_handler_pc); in visit()1220 exception.m_handler_pc += jumpAdjMap [adjSegment]; in visit()1341 int adjSegment = lowbound (m_methodJumpAdjOffsets, line.m_start_pc); in visit() local1342 line.m_start_pc += m_methodJumpAdjValues [adjSegment]; in visit()