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

/art/compiler/optimizing/
H A Dnodes.cc97 environment->RemoveAsUserOfInput(i);
105 instruction->RemoveAsUserOfInput(i);
934 void HEnvironment::RemoveAsUserOfInput(size_t index) const { function in class:art::HEnvironment
1127 RemoveAsUserOfInput(index);
2400 RemoveAsUserOfInput(index);
2468 RemoveAsUserOfInput(0u);
H A Dnodes.h1702 void RemoveAsUserOfInput(size_t index) const;
1868 void RemoveAsUserOfInput(size_t input) { function in class:art::HInstruction
4045 RemoveAsUserOfInput(last_input_index);

Completed in 67 milliseconds