Home
last modified time | relevance | path

Searched defs:MakeInstruction (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/linux/seccomp-bpf/
Dcodegen.cc140 Instruction* CodeGen::MakeInstruction(uint16_t code, in MakeInstruction() function in sandbox::CodeGen
168 Instruction* CodeGen::MakeInstruction(uint16_t code, const ErrorCode& err) { in MakeInstruction() function in sandbox::CodeGen
179 Instruction* CodeGen::MakeInstruction(uint16_t code, in MakeInstruction() function in sandbox::CodeGen
Dcodegen_unittest.cc255 void MakeInstruction(CodeGenUnittestHelper* codegen, in MakeInstruction() function
260 SANDBOX_TEST(CodeGen, MakeInstruction) { in SANDBOX_TEST() argument