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

  /art/compiler/dex/
mir_graph.h 557 * actually the index of the method in the m_units_ array).
573 return m_units_[m_unit_index]->GetCodeItem()->insns_;
636 return m_units_[current_method_];
1177 ArenaVector<DexCompilationUnit*> m_units_; \/\/ List of methods included in this graph member in class:art::MIRGraph
    [all...]
mir_graph.cc 105 m_units_(arena->Adapter()),
134 STLDeleteElements(&m_units_);
654 current_method_ = m_units_.size();
657 m_units_.push_back(new DexCompilationUnit(cu_, class_loader, Runtime::Current()->GetClassLinker(),
    [all...]

Completed in 329 milliseconds