Searched refs:m_graph (Results 1 – 4 of 4) sorted by relevance
46 : m_graph(graph) in AliasTracker()58 Node& possibleAlias = m_graph[m_candidateAliasGetByVal]; in lookupGetByVal()76 …ASSERT_UNUSED(putByVal, m_graph[putByVal].op == PutByVal || m_graph[putByVal].op == PutByValAlias); in recordPutByVal()82 ASSERT_UNUSED(getById, m_graph[getById].op == GetById); in recordGetById()88 ASSERT_UNUSED(putById, m_graph[putById].op == PutById); in recordPutById()94 ASSERT_UNUSED(putByVal, m_graph[putByVal].op == PutByIdDirect); in recordPutByIdDirect()108 Node& node2 = m_graph[op2]; in equalIgnoringLaterNumericConversion()113 Graph& m_graph; variable
52 , m_graph(graph) in ByteCodeParser()124 return m_graph[setNode].child1; in getVariable()139 m_graph.deref(priorSet); in setVariable()166 return m_graph[setNode].child1; in getArgument()184 m_graph.deref(priorSet); in setArgument()216 Node& node = m_graph[index]; in toInt32()252 Node& node = m_graph[index]; in toNumber()287 m_graph[resultIndex].setInt32Constant(value); in getInt32Constant()297 m_graph[resultIndex].setDoubleConstant(value); in getDoubleConstant()325 return m_graph[index].op == Int32Constant; in isInt32Constant()[all …]
46 : m_graph(graph) in ScoreBoard()95 Node& node = m_graph[child]; in use()114 Graph& m_graph;
111 , m_graph(dfg) in JITCompiler()119 Graph& graph() { return m_graph; } in graph()316 Graph& m_graph; variable