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.h1183 instructions_from_ssa_index_(allocator_->Adapter(kArenaAllocSsaLiveness)), in SsaLivenessAnalysis()
1203 return instructions_from_ssa_index_[index]; in GetInstructionFromSsaIndex()
1323 ScopedArenaVector<HInstruction*> instructions_from_ssa_index_; variable