Searched defs:true_target (Results 1 – 2 of 2) sorted by relevance
1431 HBasicBlock* true_target, in HUnaryControlInstruction()1522 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() argument4482 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() argument4509 : HUnaryControlInstruction(value, true_target, false_target) { in HUnaryControlInstruction() argument
8011 HBasicBlock* true_target = TestContext::cast(ast_context())->if_true(); in TryInline() local