Searched refs:escapepc_ (Results 1 – 2 of 2) sorted by relevance
93 escapepc_(0), in PolicyCompiler()109 CHECK_NE(0U, escapepc_) << "UnsafeTrap() requires a valid escape PC"; in Compile()126 escapepc_ = escapepc; in DangerousSetEscapePC()164 const uint32_t lopc = static_cast<uint32_t>(escapepc_); in MaybeAddEscapeHatch()165 const uint32_t hipc = static_cast<uint32_t>(escapepc_ >> 32); in MaybeAddEscapeHatch()
141 uint64_t escapepc_; variable