Searched refs:callReturnIndexVector (Results 1 – 3 of 3) sorted by relevance
342 …tToBytecodeIndex, unsigned, getCallReturnOffset>(callReturnIndexVector().begin(), callReturnIndexV… in getBytecodeIndex()429 …Vector<CallReturnOffsetToBytecodeIndex>& callReturnIndexVector() { ASSERT(m_exceptionInfo); return… in callReturnIndexVector() function
527 m_codeBlock->callReturnIndexVector().reserveCapacity(m_calls.size()); in privateCompile()529 …m_codeBlock->callReturnIndexVector().append(CallReturnOffsetToBytecodeIndex(patchBuffer.returnAddr… in privateCompile()
11527 (JSC::CodeBlock::callReturnIndexVector):