Home
last modified time | relevance | path

Searched refs:RetExpression (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/linux/seccomp-bpf/
Dsandbox_bpf.cc697 RetExpression(gen, in CheckArch()
774 RetExpression(gen, ErrorCode(ErrorCode::ERR_ALLOWED)), in MaybeAddEscapeHatch()
800 RetExpression(gen, Kill("Illegal mixing of system call ABIs")); in CheckSyscallNumber()
872 return RetExpression(gen, start->err); in AssembleJumpTable()
887 Instruction* SandboxBPF::RetExpression(CodeGen* gen, const ErrorCode& err) { in RetExpression() function in sandbox::SandboxBPF
921 Instruction* passed = RetExpression(gen, *cond.passed_); in CondExpression()
922 Instruction* failed = RetExpression(gen, *cond.failed_); in CondExpression()
946 Instruction* invalid_64bit = RetExpression(gen, Unexpected64bitArgument()); in CondExpressionHalf()
Dsandbox_bpf.h283 Instruction* RetExpression(CodeGen* gen, const ErrorCode& err);