Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.cc144 HInstruction* current_local_value = (*current_locals_)[i]; in GetLocalsForWithAllocation() local
145 if (current_local_value != nullptr) { in GetLocalsForWithAllocation()
150 current_local_value->GetType()); in GetLocalsForWithAllocation()