HomeSort by relevance Sort by last modified time
    Searched defs:ReplaceInput (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
pc_relative_fixups_x86.cc 67 ReplaceInput(ret, value, 0, true);
106 ReplaceInput(bin, rhs, 1, false);
190 void ReplaceInput(HInstruction* insn, HConstant* value, int input_index, bool materialize) {
198 insn->ReplaceInput(load_constant, input_index);
229 ReplaceInput(invoke, input, i, true);
nodes.cc 377 phi->ReplaceInput(first_instr, second);
378 phi->ReplaceInput(second_instr, first);
485 header_phi->ReplaceInput(preheader_phi, first_nonbackedge_pred_pos);
    [all...]
  /external/v8/src/compiler/
node.h 88 void ReplaceInput(int index, Node* new_to) {

Completed in 331 milliseconds