Searched defs:slowArguments (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGCommonData.h108 std::unique_ptr<SlowArgument[]> slowArguments; member in class:JSC::DFG::CommonData
H A DDFGSpeculativeJIT64.cpp4486 const SlowArgument* slowArguments = m_jit.graph().m_slowArguments.get(); local
4553 const SlowArgument* slowArguments = m_jit.graph().m_slowArguments.get(); local
H A DDFGSpeculativeJIT32_64.cpp4408 const SlowArgument* slowArguments = m_jit.graph().m_slowArguments.get(); local
4485 const SlowArgument* slowArguments = m_jit.graph().m_slowArguments.get(); local
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DArguments.h160 SlowArgument* slowArguments() function in struct:JSC::Arguments::SlowArgumentData
291 const SlowArgument* slowArguments = codeBlock->machineSlowArguments(); local
[all...]
H A DSymbolTable.h468 const SlowArgument* slowArguments() { return m_slowArguments.get(); } function in class:JSC::SymbolTable
469 void setSlowArguments(std::unique_ptr<SlowArgument[]> slowArguments) { m_slowArguments = WTF::move(slowArguments); } argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.h1209 const SlowArgument* slowArguments = symbolTable()->slowArguments(); local
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp296 auto slowArguments = std::make_unique<SlowArgument[]>(parameterCount); local

Completed in 131 milliseconds