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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen_unittest.cc 26 void FindBranchTargets(const Instruction& instructions,
28 CodeGen::FindBranchTargets(instructions, branch_targets);
264 void FindBranchTargets(CodeGenUnittestHelper* codegen, Instruction* prg, int) {
266 codegen->FindBranchTargets(*prg, &branch_targets);
308 // "branch_targets" that FindBranchTargets() computed for us.
323 SANDBOX_TEST(CodeGen, FindBranchTargets) { ForAllPrograms(FindBranchTargets); }
329 codegen->FindBranchTargets(*prg, &branch_targets);
372 codegen->FindBranchTargets(*prg, &branch_targets);
codegen.h 100 void FindBranchTargets(const Instruction& instructions,
codegen.cc 239 void CodeGen::FindBranchTargets(const Instruction& instructions,
758 FindBranchTargets(*instructions, &branch_targets);

Completed in 140 milliseconds