Home
last modified time | relevance | path

Searched refs:instructions_from_ssa_index_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.cc56 instructions_from_ssa_index_.push_back(current); in NumberInstructions()
74 instructions_from_ssa_index_.push_back(current); in NumberInstructions()
Dssa_liveness_analysis.h1180 instructions_from_ssa_index_(allocator_->Adapter(kArenaAllocSsaLiveness)), in SsaLivenessAnalysis()
1200 return instructions_from_ssa_index_[index]; in GetInstructionFromSsaIndex()
1320 ScopedArenaVector<HInstruction*> instructions_from_ssa_index_; variable