Searched refs:JumpVector (Results 1 – 4 of 4) sorted by relevance
78 typedef Vector<std::pair<int, int>, 8> JumpVector; typedef85 mutable JumpVector m_unresolvedJumps;
405 typedef Vector<Jump, 16> JumpVector; typedef443 const JumpVector& jumps() { return m_jumps; } in jumps()446 JumpVector m_jumps;
281 const JumpList::JumpVector& jumpVector = jumpList.jumps(); in addSlowCase()
369 JumpList::JumpVector jumpVector = jumps.jumps(); in addIndirectJumpEntry()