Searched defs:GetLocalAt (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.cc98 HLocal* local = GetLocalAt(locals_index++);
116 HLocal* local = GetLocalAt(locals_index++);
795 HLocal* HGraphBuilder::GetLocalAt(int register_index) const { function in class:art::HGraphBuilder
800 HLocal* local = GetLocalAt(register_index);
805 HLocal* local = GetLocalAt(register_index);

Completed in 5 milliseconds