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 642 gen->JoinInstructions(tail, escape_hatch);
644 gen->JoinInstructions(tail, load_nr);
661 gen->JoinInstructions(tail, checkX32);
666 gen->JoinInstructions(tail, jumptable);
799 gen->JoinInstructions(lsb_head, lsb_tail);
808 gen->JoinInstructions(msb_head, msb_tail);
832 gen->JoinInstructions(lsb_head, lsb_tail);
837 gen->JoinInstructions(lsb_head,
    [all...]
codegen.h 35 // can be joined later by calling JoinInstructions().
45 // gen.JoinInstructions(branch,
78 void JoinInstructions(Instruction *head, Instruction *tail);
codegen_unittest.cc 122 codegen->JoinInstructions(insn0, insn2);
codegen.cc 141 // "joinInstructions" later.
182 // targets. It must then be set later by calling "JoinInstructions".
190 void CodeGen::JoinInstructions(Instruction *head, Instruction *tail) {

Completed in 44 milliseconds