Home
last modified time | relevance | path

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

/art/compiler/utils/
Ddedupe_set-inl.h58 Shard(const Alloc& alloc, const std::string& lock_name)
60 lock_name_(lock_name),
/art/runtime/gc/space/
Dlarge_object_space.h133 const char* lock_name);
Dlarge_object_space.cc115 const char* lock_name) in LargeObjectSpace() argument
117 lock_(lock_name, kAllocSpaceLock), in LargeObjectSpace()