Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/jit/
DJIT.cpp588 void JIT::linkCall(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, JITC… in linkCall()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp3882 CodeBlock* callerCodeBlock = callerFrame->codeBlock(); in retrieveLastCaller() local