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

/art/compiler/optimizing/
H A Dinstruction_simplifier.cc177 binop->ReplaceWithExceptInReplacementAtIndex(neg, 0);
1673 invoke->ReplaceWithExceptInReplacementAtIndex(select, 0); // false at index 0
H A Dnodes.h1944 void ReplaceWithExceptInReplacementAtIndex(HInstruction* other, size_t use_index) { function in class:art::HInstruction

Completed in 19 milliseconds