Home | History | Annotate | Download | only in mips

Lines Matching refs:graph

2711   LPlatformChunk(CompilationInfo* info, HGraph* graph)
2712 : LChunk(info, graph) { }
2721 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator)
2724 graph_(graph),
2725 zone_(graph->zone()),
2736 // Build the sequence for the graph.
2772 HGraph* graph() const { return graph_; }