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

/art/compiler/optimizing/
H A Dinstruction_builder.cc218 ScopedArenaVector<HInstruction*>* handler_locals = GetLocalsFor(catch_block); local
219 DCHECK_EQ(handler_locals->size(), current_locals_->size());
221 HInstruction* handler_value = (*handler_locals)[vreg];
234 (*handler_locals)[vreg] = nullptr;

Completed in 38 milliseconds