Home
last modified time | relevance | path

Searched defs:true_node (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-representation-change.cc115 Node* true_node = r.jsgraph()->TrueConstant(); in TEST() local
Dtest-run-machops.cc687 MachineRepresentation rep, Node* true_node, in BuildDiamondPhi()
706 Node* true_node = m.Int32Constant(true_val); in TEST() local
719 Node* true_node = m.NumberConstant(true_val); in TEST() local
732 Node* true_node = m.StringConstant(true_val); in TEST() local
761 Node* true_node = m.Int32Constant(true_val); in TEST() local
4888 Node* true_node = m.HeapConstant(true_val); in TEST() local
/external/selinux/libsepol/cil/src/
Dcil_policy.c891 struct cil_tree_node *true_node = NULL; in cil_booleanif_to_policy() local
Dcil_resolve_ast.c3203 struct cil_tree_node *true_node = NULL; in cil_resolve_tunif() local
Dcil_binary.c2051 struct cil_tree_node *true_node = NULL; in cil_booleanif_to_policydb() local
/external/v8/src/compiler/
Dwasm-compiler.cc921 Node* WasmGraphBuilder::Branch(Node* cond, Node** true_node, in Branch()