OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
171
void
FindBranchTargets
(CodeGenUnittestHelper *codegen, Instruction *prg, int) {
173
codegen->
FindBranchTargets
(*prg, &branch_targets);
215
// "branch_targets" that
FindBranchTargets
() computed for us.
228
SANDBOX_TEST(CodeGen,
FindBranchTargets
) {
229
ForAllPrograms(
FindBranchTargets
);
235
codegen->
FindBranchTargets
(*prg, &branch_targets);
280
codegen->
FindBranchTargets
(*prg, &branch_targets);
codegen.h
99
void
FindBranchTargets
(const Instruction& instructions,
codegen.cc
236
void CodeGen::
FindBranchTargets
(const Instruction& instructions,
738
FindBranchTargets
(*instructions, &branch_targets);
Completed in 155 milliseconds