Searched defs:isClosureCall (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DGCAwareJITStubRoutine.h67 bool isClosureCall() const { return m_isClosureCall; } function in class:JSC::GCAwareJITStubRoutine
H A DGCAwareJITStubRoutine.cpp39 GCAwareJITStubRoutine( const MacroAssemblerCodeRef& code, VM& vm, bool isClosureCall) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCallLinkStatus.h108 bool isClosureCall() const { return m_executable && !m_callTarget; } function in class:JSC::CallLinkStatus
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGCapabilities.h332 inline bool canInlineFunctionFor(CodeBlock* codeBlock, CodeSpecializationKind kind, bool isClosureCall) argument

Completed in 125 milliseconds