Searched refs:prepareForRepeatCall (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
H A DCachedCall.h44 m_closure = m_interpreter->prepareForRepeatCall(function->jsExecutable(), callFrame, function, argCount, function->scope());
H A DInterpreter.h120 CallFrameClosure prepareForRepeatCall(FunctionExecutable*, CallFrame*, JSFunction*, int argCount, ScopeChainNode*);
H A DInterpreter.cpp971 CallFrameClosure Interpreter::prepareForRepeatCall(FunctionExecutable* FunctionExecutable, CallFrame* callFrame, JSFunction* function, int argCount, ScopeChainNode* scopeChain) function in class:JSC::Interpreter

Completed in 2499 milliseconds