Lines Matching refs:base
5 #include "src/execution/simulator-base.h"
16 base::Mutex* SimulatorBase::redirection_mutex_ = nullptr;
22 base::Mutex* SimulatorBase::i_cache_mutex_ = nullptr;
25 base::CustomMatcherHashMap* SimulatorBase::i_cache_ = nullptr;
30 redirection_mutex_ = new base::Mutex();
33 i_cache_mutex_ = new base::Mutex();
36 i_cache_ = new base::CustomMatcherHashMap(&Simulator::ICacheMatch);
51 for (base::HashMap::Entry* entry = i_cache_->Start(); entry != nullptr;
63 base::MutexGuard lock_guard(Simulator::redirection_mutex());
72 base::MutexGuard lock_guard(Simulator::i_cache_mutex());
102 base::MutexGuard guard(&signature_map_mutex_);
110 base::MutexGuard guard(&signature_map_mutex_);