Lines Matching defs:second
3039 : HBinaryOperation(Primitive::kPrimBoolean, first, second, SideEffects::None(), dex_pc) { in HBinaryOperation() argument
3120 : HCondition(first, second, dex_pc) {} in HCondition() argument
3164 : HCondition(first, second, dex_pc) {} in HCondition() argument
3207 : HCondition(first, second, dex_pc) {} in HCondition() argument
3244 : HCondition(first, second, dex_pc) {} in HCondition() argument
3281 : HCondition(first, second, dex_pc) {} in HCondition() argument
3318 : HCondition(first, second, dex_pc) {} in HCondition() argument
3355 : HCondition(first, second, dex_pc) {} in HCondition() argument
3395 : HCondition(first, second, dex_pc) {} in HCondition() argument
3435 : HCondition(first, second, dex_pc) {} in HCondition() argument
3475 : HCondition(first, second, dex_pc) {} in HCondition() argument
3521 HInstruction* second, in HCompare()