Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen-instructions.h1431 HBasicBlock* true_target, in HUnaryControlInstruction()
1522 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() argument
4482 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() argument
4509 : HUnaryControlInstruction(value, true_target, false_target) { in HUnaryControlInstruction() argument
Dhydrogen.cc8011 HBasicBlock* true_target = TestContext::cast(ast_context())->if_true(); in TryInline() local