Searched refs:jumpVector (Results 1 – 2 of 2) sorted by relevance
281 const JumpList::JumpVector& jumpVector = jumpList.jumps(); in addSlowCase() local282 size_t size = jumpVector.size(); in addSlowCase()284 m_slowCases.append(SlowCaseEntry(jumpVector[i], m_bytecodeOffset)); in addSlowCase()
369 JumpList::JumpVector jumpVector = jumps.jumps(); in addIndirectJumpEntry() local370 size_t size = jumpVector.size(); in addIndirectJumpEntry()372 addIndirectJumpEntry(stackOffset, jumpVector[i]); in addIndirectJumpEntry()