Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-assembler.cc303 Label if_condition_is_true(this), if_condition_is_false(this); in BranchIf() local
304 Branch(condition, &if_condition_is_true, &if_condition_is_false); in BranchIf()
307 Bind(&if_condition_is_false); in BranchIf()