Searched refs:m_targets (Results 1 – 2 of 2) sorted by relevance
1042 final int [] targets = block.m_branch.m_targets; in visit()1488 m_targets = targets; in Branch()1552 final int [] m_targets; // could be code offsets or block IDs field in InstrVisitor.Branch1622 final int targetBlockID = m_targets [0]; in emit()1646 final int targetBlockID = m_targets [0]; in emit()1668 final int targetBlockID = m_targets [0]; in emit()1701 emitJumpOffset4 (ctx, ip, m_targets [0]); in emit()1711 for (int t = 1; t < m_targets.length; ++ t) in emit()1720 emitJumpOffset4 (ctx, ip, m_targets [t]); in emit()1738 int maxlength () { return 12 + (m_targets.length << 2); } in maxlength()[all …]
3092 EventTargetSet m_targets; in handleTouchEvent() member3212 changedTouches[pointState].m_targets.add(touchTarget); in handleTouchEvent()3228 const EventTargetSet& targetsForState = changedTouches[state].m_targets; in handleTouchEvent()