Searched refs:then_node (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | bpf_dsl.cc | 85 CodeGen::Node then_node = then_result_->Compile(pc); in Compile() local 87 return cond_->Compile(pc, then_node, else_node); in Compile() 108 CodeGen::Node then_node, in Compile() argument 110 return value_ ? then_node : else_node; in Compile() 129 CodeGen::Node then_node, in Compile() argument 131 return pc->MaskedEqual(argno_, width_, mask_, value_, then_node, else_node); in Compile() 149 CodeGen::Node then_node, in Compile() argument 151 return cond_->Compile(pc, else_node, then_node); in Compile() 167 CodeGen::Node then_node, in Compile() argument 169 return lhs_->Compile(pc, rhs_->Compile(pc, then_node, else_node), in Compile() [all …]
|
D | bpf_dsl_impl.h | 28 CodeGen::Node then_node,
|