Searched refs:kPersistentTypeId (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator.h | 178 return GetNextOfType(T::kPersistentTypeId); in GetNextOfType() 389 GetBlockData(ref, T::kPersistentTypeId, sizeof(T)))); in GetAsObject() 397 GetBlockData(ref, T::kPersistentTypeId, sizeof(T)))); in GetAsObject() 510 Reference ref = Allocate(size, T::kPersistentTypeId); in New() 512 const_cast<void*>(GetBlockData(ref, T::kPersistentTypeId, size)); in New() 557 ChangeType(ref, T::kPersistentTypeId, kTypeIdTransitioning, false); in New() 572 if (!ChangeType(ref, kTypeIdTransitioning, T::kPersistentTypeId, false)) in Delete() 589 return GetAsReference(obj, T::kPersistentTypeId); in GetAsReference()
|
D | persistent_sample_map.cc | 93 static constexpr uint32_t kPersistentTypeId = 0x8FE6A69F + 1; member
|
D | persistent_histogram_allocator.cc | 230 static constexpr uint32_t kPersistentTypeId = 0xF1645910 + 3; member 431 PersistentHistogramData::kPersistentTypeId, in FinalizeHistogram()
|
D | field_trial.h | 145 static constexpr uint32_t kPersistentTypeId = 0xABA17E13 + 2; member
|
D | persistent_memory_allocator_unittest.cc | 43 static constexpr uint32_t kPersistentTypeId = 1; member 50 static constexpr uint32_t kPersistentTypeId = 2; member
|
D | field_trial.cc | 1101 FieldTrial::FieldTrialEntry::kPersistentTypeId, in ClearParamsFromSharedMemoryForTesting() 1290 total_size, FieldTrial::FieldTrialEntry::kPersistentTypeId); in AddToAllocatorWhileLocked()
|
/external/libchrome/base/debug/ |
D | activity_tracker.h | 83 static constexpr uint32_t kPersistentTypeId = 0xB1179672 + 1; member 250 static constexpr uint32_t kPersistentTypeId = 0x99425159 + 1; member 1077 static constexpr uint32_t kPersistentTypeId = 0x05DB5F41 + 1; member
|
D | activity_tracker.cc | 606 static constexpr uint32_t kPersistentTypeId = member 1536 case ModuleInfoRecord::kPersistentTypeId: { in CleanupAfterProcess()
|
/external/libchrome/base/ |
D | feature_list.cc | 35 static constexpr uint32_t kPersistentTypeId = 0x06567CA6 + 1; member
|