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 31 void FindBranchTargets(const Instruction& instructions,
33 CodeGen::FindBranchTargets(instructions, branch_targets);
265 void FindBranchTargets(CodeGenUnittestHelper* codegen, Instruction* prg, int) {
267 codegen->FindBranchTargets(*prg, &branch_targets);
309 // "branch_targets" that FindBranchTargets() computed for us.
324 SANDBOX_TEST(CodeGen, FindBranchTargets) { ForAllPrograms(FindBranchTargets); }
330 codegen->FindBranchTargets(*prg, &branch_targets);
373 codegen->FindBranchTargets(*prg, &branch_targets);
codegen.h 92 void FindBranchTargets(const Instruction& instructions,
codegen.cc 204 void CodeGen::FindBranchTargets(const Instruction& instructions,
723 FindBranchTargets(*instructions, &branch_targets);

Completed in 131 milliseconds