Searched refs:GetBlockData (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator.h | 390 GetBlockData(ref, T::kPersistentTypeId, sizeof(T)))); in GetAsObject() 398 GetBlockData(ref, T::kPersistentTypeId, sizeof(T)))); in GetAsObject() 416 GetBlockData(ref, type_id, count * sizeof(T)))); in GetAsArray() 422 GetBlockData(ref, type_id, count * sizeof(T)))); in GetAsArray() 514 const_cast<void*>(GetBlockData(ref, T::kPersistentTypeId, size)); in New() 540 void* mem = const_cast<void*>(GetBlockData(ref, 0, sizeof(T))); in New() 663 const volatile void* GetBlockData(Reference ref, uint32_t type_id, 665 volatile void* GetBlockData(Reference ref, uint32_t type_id, in GetBlockData() function 668 const_cast<const PersistentMemoryAllocator*>(this)->GetBlockData( in GetBlockData()
|
D | persistent_memory_allocator.cc | 527 if (!GetBlockData(ref, type_id, kSizeAny)) in GetAsReference() 923 const volatile void* PersistentMemoryAllocator::GetBlockData( in GetBlockData() function in base::PersistentMemoryAllocator
|