Home
last modified time | relevance | path

Searched defs:true_branch (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/test_data/branch_utility/
Dfirst.json13 "true_branch": null, null
26 "true_branch": "1612", string
39 "true_branch": "1599", string
52 "true_branch": "1547", string
70 "true_branch": "1599", string
83 "true_branch": null, null
101 "true_branch": "1612", string
114 "true_branch": "1599", string
127 "true_branch": "1547", string
145 "true_branch": "1612", string
[all …]
/external/chromium_org/v8/src/
Dhydrogen.h974 HIfContinuation(HBasicBlock* true_branch, in HIfContinuation()
980 void Capture(HBasicBlock* true_branch, in Capture()
988 void Continue(HBasicBlock** true_branch, in Continue()
1002 HBasicBlock* true_branch() const { return true_branch_; } in true_branch() function
Dhydrogen.cc4063 HBasicBlock* true_branch = NULL; in ReturnContinuation() local
4163 HBasicBlock* true_branch = NULL; in ReturnContinuation() local
/external/chromium_org/v8/test/cctest/compiler/
Dtest-scheduler.cc661 Node* true_branch = graph.NewNode(builder.IfTrue(), branch); in TEST() local