Home
last modified time | relevance | path

Searched refs:other_inputs (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc1729 HConstInputsRef other_inputs = other->GetInputs(); in Equals() local
1730 if (inputs.size() != other_inputs.size()) return false; in Equals()
1732 if (inputs[i] != other_inputs[i]) return false; in Equals()