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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 670 gen->JoinInstructions(tail, escape_hatch);
672 gen->JoinInstructions(tail, load_nr);
690 gen->JoinInstructions(tail, checkX32);
695 gen->JoinInstructions(tail, jumptable);
823 gen->JoinInstructions(lsb_head, lsb_tail);
833 gen->JoinInstructions(msb_head, msb_tail);
    [all...]
codegen.h 34 // can be joined later by calling JoinInstructions().
44 // gen.JoinInstructions(branch,
80 void JoinInstructions(Instruction* head, Instruction* tail);
codegen_unittest.cc 124 codegen->JoinInstructions(insn0, insn2);
codegen.cc 143 // "joinInstructions" later.
187 // targets. It must then be set later by calling "JoinInstructions".
195 void CodeGen::JoinInstructions(Instruction* head, Instruction* tail) {

Completed in 63 milliseconds