HomeSort by relevance Sort by last modified time
    Searched refs:then_node (Results 1 - 2 of 2) sorted by null

  /external/libchrome/sandbox/linux/bpf_dsl/
bpf_dsl.cc 85 CodeGen::Node then_node = then_result_->Compile(pc); variable
87 return cond_->Compile(pc, then_node, else_node);
109 CodeGen::Node then_node,
111 return value_ ? then_node : else_node;
131 CodeGen::Node then_node,
133 return pc->MaskedEqual(argno_, width_, mask_, value_, then_node, else_node);
152 CodeGen::Node then_node,
154 return cond_->Compile(pc, else_node, then_node);
171 CodeGen::Node then_node,
173 return lhs_->Compile(pc, rhs_->Compile(pc, then_node, else_node)
    [all...]
bpf_dsl_impl.h 24 // to either |then_node| or |false_node|, depending on whether the represented
27 CodeGen::Node then_node,

Completed in 40 milliseconds