Searched refs:false_target (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 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() [all …]
|
D | hydrogen.cc | 8589 HBasicBlock* false_target = TestContext::cast(ast_context())->if_false(); in TryInline() local 8590 Goto(if_false, false_target, function_state()); in TryInline()
|