Home
last modified time | relevance | path

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

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