Searched refs:generatedBytecodeForCall (Results 1 – 5 of 5) sorted by relevance
339 FunctionCodeBlock& generatedBytecodeForCall() in generatedBytecodeForCall() function
83 return executable->generatedBytecodeForCall().isNumericCompareFunction(); in isNumericCompareFunction()
818 CodeBlock* newCodeBlock = &callData.js.functionExecutable->generatedBytecodeForCall(); in executeCall()1002 CodeBlock* codeBlock = &FunctionExecutable->generatedBytecodeForCall(); in prepareForRepeatCall()3883 CodeBlock* newCodeBlock = &callData.js.functionExecutable->generatedBytecodeForCall(); in privateExecute()4042 CodeBlock* newCodeBlock = &callData.js.functionExecutable->generatedBytecodeForCall(); in privateExecute()
1975 CodeBlock* newCodeBlock = &callee->jsExecutable()->generatedBytecodeForCall(); in DEFINE_STUB_FUNCTION()2105 codeBlock = &functionExecutable->generatedBytecodeForCall(); in DEFINE_STUB_FUNCTION()
1552 (JSC::FunctionExecutable::generatedBytecodeForCall):