Home
last modified time | relevance | path

Searched refs:true_target (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-instructions.h1226 HBasicBlock* true_target, in HUnaryControlInstruction() argument
1229 SetSuccessorAt(0, true_target); in HUnaryControlInstruction()
1262 HBasicBlock* true_target = NULL, HBasicBlock* false_target = NULL) in DECLARE_CONCRETE_INSTRUCTION()
1263 : HUnaryControlInstruction(value, true_target, false_target), in DECLARE_CONCRETE_INSTRUCTION()
1311 HCompareMap(HValue* value, Handle<Map> map, HBasicBlock* true_target = NULL,
1313 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() argument
3744 HBasicBlock* true_target = NULL,
3747 HCompareNumericAndBranch(left, right, token, true_target, false_target);
3777 HBasicBlock* true_target, HBasicBlock* false_target) in DECLARE_CONCRETE_INSTRUCTION()
3783 SetSuccessorAt(0, true_target); in DECLARE_CONCRETE_INSTRUCTION()
[all …]
Dhydrogen.cc8338 HBasicBlock* true_target = TestContext::cast(ast_context())->if_true(); in TryInline() local
8339 Goto(if_true, true_target, function_state()); in TryInline()