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

  /art/compiler/optimizing/
code_generator.h 79 HGraph* GetGraph() const { return graph_; }
nodes.h 288 HGraph* GetGraph() const { return graph_; }
518 uses_ = new (block_->GetGraph()->GetArena()) HUseListNode<HInstruction>(user, index, uses_);
522 env_uses_ = new (block_->GetGraph()->GetArena()) HUseListNode<HEnvironment>(
    [all...]
  /art/compiler/sea_ir/ir/
sea.cc 52 SeaGraph* SeaGraph::GetGraph(const art::DexFile& dex_file) {

Completed in 88 milliseconds