Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1008 block.m_branch.m_parentBlockID = bl; // m_branch set in visit()
1503 if (targetBlockID <= m_parentBlockID) in emitJumpOffset2()
1527 if (targetBlockID <= m_parentBlockID) in emitJumpOffset4()
1554 int m_parentBlockID; field in InstrVisitor.Branch