Home
last modified time | relevance | path

Searched refs:calleeCodeBlock (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJITCall.cpp55 void JIT::linkCall(JSFunction* callee, CodeBlock* calleeCodeBlock, void* ctiCode, CallLinkInfo* cal… in linkCall() argument
58 if (callerArgCount == calleeCodeBlock->m_numParameters) { in linkCall()
61 calleeCodeBlock->addCaller(callLinkInfo); in linkCall()
DJIT.h350 …static void linkCall(JSFunction* callee, CodeBlock* calleeCodeBlock, void* ctiCode, CallLinkInfo* …