Searched defs:m_graph (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGVariableAccessDataDump.h47 Graph& m_graph; member in class:JSC::DFG::VariableAccessDataDump
H A DDFGPhase.h58 Graph& m_graph; member in class:JSC::DFG::Phase
H A DDFGDisassembler.h90 Graph& m_graph; member in class:JSC::DFG::Disassembler
H A DDFGInsertionSet.h100 Graph& m_graph; member in class:JSC::DFG::InsertionSet
H A DDFGAbstractState.h280 Graph& m_graph; member in class:JSC::DFG::AbstractState
H A DDFGValidate.cpp359 Graph& m_graph; member in class:JSC::DFG::Validate
[all...]
H A DDFGByteCodeParser.cpp199 ASSERT(operand < FirstConstantRegisterIndex); m_graph.m_variableAccessData.append(VariableAccessData(static_cast<VirtualRegister>(operand), isCaptured)); return &m_graph.m_variableAccessData.last(); } Node* getDirect(int operand) { if (operand >= FirstConstantRegisterIndex) argument
[all...]
H A DDFGJITCompiler.h439 Graph& m_graph; member in class:JSC::DFG::JITCompiler
H A DDFGGraph.h791 Graph& m_graph; member in class:JSC::DFG::GetBytecodeBeginForBlock

Completed in 189 milliseconds