Searched refs:true_target (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | hydrogen-instructions.h | 1431 HBasicBlock* true_target, in HUnaryControlInstruction() argument 1434 SetSuccessorAt(0, true_target); in HUnaryControlInstruction() 1471 HBasicBlock* true_target = NULL, in DECLARE_CONCRETE_INSTRUCTION() 1473 : HUnaryControlInstruction(value, true_target, false_target), in DECLARE_CONCRETE_INSTRUCTION() 1520 HBasicBlock* true_target = NULL, 1522 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() argument 4324 HBasicBlock* true_target = NULL, in DECLARE_CONCRETE_INSTRUCTION() 4331 SetSuccessorAt(0, true_target); in DECLARE_CONCRETE_INSTRUCTION() 4357 HBasicBlock* true_target = NULL, in DECLARE_CONCRETE_INSTRUCTION() 4359 : HUnaryControlInstruction(value, true_target, false_target) { in DECLARE_CONCRETE_INSTRUCTION() [all …]
|
D | hydrogen.cc | 8011 HBasicBlock* true_target = TestContext::cast(ast_context())->if_true(); in TryInline() local 8012 Goto(if_true, true_target, function_state()); in TryInline()
|