Home
last modified time | relevance | path

Searched defs:newCodeBlock (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp326 ALWAYS_INLINE CallFrame* Interpreter::slideRegisterWindowForCall(CodeBlock* newCodeBlock, RegisterF… in slideRegisterWindowForCall()
818 CodeBlock* newCodeBlock = &callData.js.functionExecutable->generatedBytecodeForCall(); in executeCall() local
907 … CodeBlock* newCodeBlock = &constructData.js.functionExecutable->generatedBytecodeForConstruct(); in executeConstruct() local
3883 CodeBlock* newCodeBlock = &callData.js.functionExecutable->generatedBytecodeForCall(); in privateExecute() local
4042 CodeBlock* newCodeBlock = &callData.js.functionExecutable->generatedBytecodeForCall(); in privateExecute() local
4383 … CodeBlock* newCodeBlock = &constructData.js.functionExecutable->generatedBytecodeForConstruct(); in privateExecute() local
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp1975 CodeBlock* newCodeBlock = &callee->jsExecutable()->generatedBytecodeForCall(); in DEFINE_STUB_FUNCTION() local
2034 CodeBlock* newCodeBlock = &callee->jsExecutable()->generatedBytecodeForConstruct(); in DEFINE_STUB_FUNCTION() local