Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1949 HConstInputsRef other_inputs = other->GetInputs(); in Equals() local
1950 if (inputs.size() != other_inputs.size()) return false; in Equals()
1952 if (inputs[i] != other_inputs[i]) return false; in Equals()
Dnodes.h5005 size_t other_inputs =
5008 DCHECK_LE(input_count - other_inputs, 1u) << other_inputs << " " << input_count;
5009 return other_inputs != input_count;