Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1034 final Block [] _blocks = (Block []) blocks.m_blocks.toArray (new Block [blockCount]); in visit() local
1038 final Block block = _blocks [l]; in visit()
1087 final Block block = _blocks [l]; in visit()
1137 final Block block = _blocks [l]; in visit()
1141 …jumpAdjOffsets [l + 1] = _blocks [l].m_first + _blocks [l].m_length; // implies the insertion goes… in visit()
1149 jumpAdjMap [l + 1] = emitctx.m_out.size () - _blocks [l + 1].m_first; in visit()
1183 final int jump = _blocks [patchData [3]].m_first - patchData [2]; in visit()