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

/art/compiler/optimizing/
H A Dbuilder.cc145 HInstruction* ifinst = new (arena_) HIf(comparison); local
146 current_block_->AddInstruction(ifinst);
161 HInstruction* ifinst = new (arena_) HIf(comparison); local
162 current_block_->AddInstruction(ifinst);

Completed in 50 milliseconds