Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h248 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()
Dpersistent_memory_allocator.cc574 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/
Dactivity_analyzer.cc322 case PersistentMemoryAllocator::kTypeIdTransitioning: in PrepareAllAnalyzers()