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);
95 ReplaceInput(bin, rhs, 1, false);
170 void ReplaceInput(HInstruction* insn, HConstant* value, int input_index, bool materialize) {
178 insn->ReplaceInput(load_constant, input_index);
208 ReplaceInput(invoke, input, i, true);
nodes.cc     [all...]
  /external/v8/src/compiler/
node.h 87 void ReplaceInput(int index, Node* new_to) {

Completed in 114 milliseconds