HomeSort by relevance Sort by last modified time
    Searched defs:GetGraph (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
code_generator.h 181 HGraph* GetGraph() const { return graph_; }
563 size_t size = GetGraph()->GetBlocks().size();
564 LabelType* labels = GetGraph()->GetArena()->AllocArray<LabelType>(size,
nodes.h 878 HGraph* GetGraph() const { return graph_; }
    [all...]

Completed in 44 milliseconds