HomeSort by relevance Sort by last modified time
    Searched full:ir_graph (Results 1 - 1 of 1) sorted by null

  /art/compiler/sea_ir/
frontend.cc 51 sea_ir::SeaGraph* ir_graph = sea_ir::SeaGraph::GetGraph(dex_file); local
53 sea_ir::CodeGenData* llvm_data = ir_graph->CompileMethod(symbol,
56 SafeMap<int, const sea_ir::Type*>* types = ir_graph->ti_->GetTypeMap();
57 dc.DumpSea(ir_graph, "/tmp/temp.dot", types);

Completed in 575 milliseconds