Searched refs:functionRegisterIndex (Results 1 – 3 of 3) sorted by relevance
154 FunctionRegisterInfo(unsigned bytecodeOffset, int functionRegisterIndex) in FunctionRegisterInfo()156 , functionRegisterIndex(functionRegisterIndex) in FunctionRegisterInfo()161 int functionRegisterIndex; member345 bool functionRegisterForBytecodeOffset(unsigned bytecodeOffset, int& functionRegisterIndex);
1573 …l CodeBlock::functionRegisterForBytecodeOffset(unsigned bytecodeOffset, int& functionRegisterIndex) in functionRegisterForBytecodeOffset() argument1593 functionRegisterIndex = m_rareData->m_functionRegisterInfos[low - 1].functionRegisterIndex; in functionRegisterForBytecodeOffset()
550 int functionRegisterIndex; in throwException()551 if (codeBlock->functionRegisterForBytecodeOffset(bytecodeOffset, functionRegisterIndex)) in throwException()552 profiler->didExecute(callFrame, callFrame->r(functionRegisterIndex).jsValue()); in throwException()