Searched refs:kTypeIdTransitioning (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator.h | 248 kTypeIdTransitioning = 0xFFFFFFFF, enumerator 551 if (!ChangeType(ref, kTypeIdTransitioning, from_type_id, clear)) in New() 559 ChangeType(ref, T::kPersistentTypeId, kTypeIdTransitioning, false); in New() 574 if (!ChangeType(ref, kTypeIdTransitioning, T::kPersistentTypeId, false)) in Delete() 580 bool success = ChangeType(ref, new_type, kTypeIdTransitioning, false); in Delete()
|
D | persistent_memory_allocator.cc | 574 from_type_id, kTypeIdTransitioning, std::memory_order_acquire, in ChangeType() 595 if (to_type_id == kTypeIdTransitioning) in ChangeType() 599 from_type_id = kTypeIdTransitioning; // Exchange needs modifiable original. in ChangeType()
|
/external/libchrome/base/debug/ |
D | activity_analyzer.cc | 322 case PersistentMemoryAllocator::kTypeIdTransitioning: in PrepareAllAnalyzers()
|