Home
last modified time | relevance | path

Searched refs:other_inputs (Results 1 – 2 of 2) 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()
Dnodes.h4787 size_t other_inputs = in HasSpecialInput() local
4790 DCHECK_LE(input_count - other_inputs, 1u) << other_inputs << " " << input_count; in HasSpecialInput()
4791 return other_inputs != input_count; in HasSpecialInput()