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

/art/compiler/optimizing/
H A Dinstruction_builder.cc166 HInstruction* handler_value = (*handler_locals)[vreg]; local
167 if (handler_value == nullptr) {
172 DCHECK(handler_value->IsPhi());
178 catch_block->RemovePhi(handler_value->AsPhi());
183 handler_value->AsPhi()->AddInput(local_value);

Completed in 37 milliseconds