Lines Matching defs:second
3620 second, in HBinaryOperation() argument
3702 : HCondition(kEqual, first, second, dex_pc) { in HCondition() argument
3749 : HCondition(kNotEqual, first, second, dex_pc) { in HCondition() argument
3795 : HCondition(kLessThan, first, second, dex_pc) { in HCondition() argument
3835 : HCondition(kLessThanOrEqual, first, second, dex_pc) { in HCondition() argument
3874 : HCondition(kGreaterThan, first, second, dex_pc) { in HCondition() argument
3913 : HCondition(kGreaterThanOrEqual, first, second, dex_pc) { in HCondition() argument
3952 : HCondition(kBelow, first, second, dex_pc) { in HCondition() argument
3994 : HCondition(kBelowOrEqual, first, second, dex_pc) { in HCondition() argument
4036 : HCondition(kAbove, first, second, dex_pc) { in HCondition() argument
4078 : HCondition(kAboveOrEqual, first, second, dex_pc) { in HCondition() argument
4126 HInstruction* second, in HCompare()