Home
last modified time | relevance | path

Searched refs:thunk_map_lock_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiled_method_storage.h123 Mutex thunk_map_lock_; variable
124 ThunkMap thunk_map_ GUARDED_BY(thunk_map_lock_);
Dcompiled_method_storage.cc156 thunk_map_lock_("thunk_map_lock"), in CompiledMethodStorage()
239 MutexLock lock(Thread::Current(), thunk_map_lock_); in GetThunkCode()
263 MutexLock lock(Thread::Current(), thunk_map_lock_); in SetThunkCode()