Searched refs:m_jumpsToLink (Results 1 – 1 of 1) sorted by relevance
417 ASSERT(m_jumpsToLink.isEmpty()); in ~ARMv7Assembler()1509 unsigned jumpCount = m_jumpsToLink.size(); in executableCopy()1511 …* location = reinterpret_cast<uint16_t*>(reinterpret_cast<intptr_t>(copy) + m_jumpsToLink[i].from); in executableCopy()1512 …16_t* target = reinterpret_cast<uint16_t*>(reinterpret_cast<intptr_t>(copy) + m_jumpsToLink[i].to); in executableCopy()1515 m_jumpsToLink.clear(); in executableCopy()1539 m_jumpsToLink.append(LinkRecord(from.m_offset, to.m_offset)); in linkJump()1830 Vector<LinkRecord> m_jumpsToLink; variable