Lines Matching refs:false_target
1360 HBasicBlock* false_target) { in HUnaryControlInstruction() argument
1363 SetSuccessorAt(1, false_target); in HUnaryControlInstruction()
1400 HBasicBlock* false_target = NULL) in DECLARE_CONCRETE_INSTRUCTION()
1401 : HUnaryControlInstruction(value, true_target, false_target), in DECLARE_CONCRETE_INSTRUCTION()
1452 HBasicBlock* false_target = NULL)
1453 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() argument
4271 HBasicBlock* false_target = NULL,
4274 false_target, strength);
4319 HBasicBlock* true_target, HBasicBlock* false_target, in DECLARE_CONCRETE_INSTRUCTION()
4327 SetSuccessorAt(1, false_target); in DECLARE_CONCRETE_INSTRUCTION()
4353 HBasicBlock* false_target = NULL) in DECLARE_CONCRETE_INSTRUCTION()
4354 : HUnaryControlInstruction(value, true_target, false_target) { in DECLARE_CONCRETE_INSTRUCTION()
4415 HBasicBlock* false_target = NULL) in DECLARE_CONCRETE_INSTRUCTION()
4420 SetSuccessorAt(1, false_target); in DECLARE_CONCRETE_INSTRUCTION()
4452 HBasicBlock* false_target = NULL)
4453 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() argument
4481 HBasicBlock* false_target = NULL)
4482 : HUnaryControlInstruction(value, true_target, false_target) { in HUnaryControlInstruction() argument
4505 HBasicBlock* false_target = NULL) in DECLARE_CONCRETE_INSTRUCTION()
4506 : HUnaryControlInstruction(value, true_target, false_target) {} in DECLARE_CONCRETE_INSTRUCTION()