Home
last modified time | relevance | path

Searched refs:old_state_ (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dgraph_executor.h123 : old_state_(getGraphExecutorOptimize()) { in GraphOptimizerEnabledGuard()
128 setGraphExecutorOptimize(old_state_); in ~GraphOptimizerEnabledGuard()
131 bool old_state_; member
/aosp_15_r20/external/executorch/runtime/platform/
H A Dprofiler.cpp49 : old_state_(get_profile_tls_state()) { in ExecutorchProfilerInstructionScope()
54 set_profile_tls_state(old_state_); in ~ExecutorchProfilerInstructionScope()
H A Dprofiler.h180 prof_state_t old_state_;
/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_loop_current.cc94 old_state_(loop_->NestableTasksAllowed()) { in ScopedNestableTaskAllower()
99 loop_->SetNestableTasksAllowed(old_state_); in ~ScopedNestableTaskAllower()
H A Dmessage_loop_current.h164 const bool old_state_; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/message_loop/
Dmessage_loop_current.h167 const bool old_state_; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/message_loop/
Dmessage_loop_current.h167 const bool old_state_; variable
/aosp_15_r20/art/openjdkjvmti/
H A Dti_stack.cc1129 old_state_ = self->TransitionFromSuspendedToRunnable(); in NonStandardExitFrames()
1205 DCHECK_EQ(old_state_, art::ThreadState::kNative) in RELEASE_SHARED()
1207 self->TransitionFromRunnableToSuspended(old_state_); in RELEASE_SHARED()
1218 art::ThreadState old_state_ = art::ThreadState::kTerminated; member in openjdkjvmti::__anon325f89350411::NonStandardExitFrames