Lines Matching defs:second
3316 : HBinaryOperation(Primitive::kPrimBoolean, first, second, SideEffects::None(), dex_pc) { in HBinaryOperation() argument
3397 : HCondition(first, second, dex_pc) {} in HCondition() argument
3441 : HCondition(first, second, dex_pc) {} in HCondition() argument
3484 : HCondition(first, second, dex_pc) {} in HCondition() argument
3521 : HCondition(first, second, dex_pc) {} in HCondition() argument
3558 : HCondition(first, second, dex_pc) {} in HCondition() argument
3595 : HCondition(first, second, dex_pc) {} in HCondition() argument
3632 : HCondition(first, second, dex_pc) {} in HCondition() argument
3672 : HCondition(first, second, dex_pc) {} in HCondition() argument
3712 : HCondition(first, second, dex_pc) {} in HCondition() argument
3752 : HCondition(first, second, dex_pc) {} in HCondition() argument
3798 HInstruction* second, in HCompare()