Searched refs:returnAddressOffset (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGJITCompiler.cpp157 unsigned returnAddressOffset = linkBuffer.returnAddressOffset(m_exceptionChecks[i].m_call); local
162 m_codeBlock->callReturnIndexVector().append(CallReturnOffsetToBytecodeOffset(returnAddressOffset, exceptionInfo));
170 unsigned returnAddressOffset = linkBuffer.returnAddressOffset(m_exceptionChecks[i].m_call); local
172 codeOrigins[i].callReturnOffset = returnAddressOffset;
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DLinkBuffer.h191 unsigned returnAddressOffset(Call call) function in class:JSC::LinkBuffer
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJIT.cpp737 m_codeBlock->callReturnIndexVector().append(CallReturnOffsetToBytecodeOffset(patchBuffer.returnAddressOffset(iter->from), iter->bytecodeOffset));

Completed in 137 milliseconds