Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1007 block.m_branch = (Branch) branches.get (next_branch_location); in visit()
1008 block.m_branch.m_parentBlockID = bl; // m_branch set in visit()
1040 if (block.m_branch != null) in visit()
1042 final int [] targets = block.m_branch.m_targets; in visit()
1451 if (m_branch != null) in emit()
1452 m_branch.emit (ctx); in emit()
1456 public Branch m_branch; // falling through is implied by this being null field in InstrVisitor.Block