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

  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.h 94 // that allows all system calls from |escapepc_|, and otherwise
141 uint64_t escapepc_; member in class:sandbox::bpf_dsl::PolicyCompiler
policy_compiler.cc 93 escapepc_(0),
109 CHECK_NE(0U, escapepc_) << "UnsafeTrap() requires a valid escape PC";
126 escapepc_ = escapepc;
164 const uint32_t lopc = static_cast<uint32_t>(escapepc_);
165 const uint32_t hipc = static_cast<uint32_t>(escapepc_ >> 32);

Completed in 101 milliseconds