Searched refs:context_ (Results 1 – 3 of 3) sorted by relevance
40 [[nodiscard]] explicit ScopedBypass(Context &context) : context_(context) { in ScopedBypass()41 context_.BypassPush(); in ScopedBypass()44 ~ScopedBypass() { context_.BypassPop(); } in ~ScopedBypass()52 Context &context_;
71 u32 tid() { return context_->tid; } in tid()72 MemprofThreadContext *context() { return context_; } in context()73 void set_context(MemprofThreadContext *context) { context_ = context; } in set_context()98 MemprofThreadContext *context_; variable
87 u32 tid() { return context_->tid; } in tid()88 AsanThreadContext *context() { return context_; } in context()89 void set_context(AsanThreadContext *context) { context_ = context; } in set_context()167 AsanThreadContext *context_; variable