Home
last modified time | relevance | path

Searched refs:lock_name (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/
Ddedupe_set-inl.h57 Shard(const Alloc& alloc, const std::string& lock_name)
59 lock_name_(lock_name),
/art/runtime/gc/space/
Dlarge_object_space.h121 const char* lock_name);
Dlarge_object_space.cc113 const char* lock_name) in LargeObjectSpace() argument
115 lock_(lock_name, kAllocSpaceLock), in LargeObjectSpace()