Home
last modified time | relevance | path

Searched refs:adjSegment (Results 1 – 1 of 1) sorted by relevance

/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1213 int adjSegment = lowbound (jumpAdjOffsets, exception.m_start_pc); in visit() local
1214 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() local
1342 line.m_start_pc += m_methodJumpAdjValues [adjSegment]; in visit()