Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc217 GrowableArray<HInstruction*>* environment = current->GetEnvironment()->GetVRegs(); in ComputeLiveRanges()
Dnodes.h553 HEnvironment* GetEnvironment() const { return environment_; } in GetEnvironment() function