Home | History | Annotate | Download | only in jit

Lines Matching refs:JITCode

1642     executable->jitCode(stackFrame.callFrame, callDataScopeChain);
1700 JITCode& jitCode = executable->generatedJITCode();
1710 JIT::linkCall(callee, stackFrame.callFrame->callerFrame()->codeBlock(), codeBlock, jitCode, callLinkInfo, stackFrame.args[2].int32(), stackFrame.globalData);
1712 return jitCode.addressForCall().executableAddress();