Searched refs:beginCall (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGJITCompiler.cpp317 beginCall(CodeOrigin(0), token);
334 beginCall(CodeOrigin(0), token);
H A DDFGJITCompiler.h296 // the call frame. For each beginCall() there must be at least one exception
298 // beginCall().
299 void beginCall(CodeOrigin codeOrigin, CallBeginToken& token) function in class:JSC::DFG::JITCompiler
H A DDFGSpeculativeJIT.h1620 m_jit.beginCall(codeOrigin, token);
H A DDFGSpeculativeJIT32_64.cpp814 m_jit.beginCall(node->codeOrigin, token);
H A DDFGSpeculativeJIT64.cpp783 m_jit.beginCall(node->codeOrigin, token);

Completed in 103 milliseconds