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

/art/compiler/optimizing/
H A Dinstruction_builder.cc221 HInstruction* handler_value = (*handler_locals)[vreg]; local
222 if (handler_value == nullptr) {
227 DCHECK(handler_value->IsPhi());
233 catch_block->RemovePhi(handler_value->AsPhi());
238 handler_value->AsPhi()->AddInput(local_value);

Completed in 30 milliseconds