Home
last modified time | relevance | path

Searched refs:GetBlockData (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h226 reinterpret_cast<volatile T*>(GetBlockData(ref, type_id, sizeof(T)))); in GetAsObject()
232 reinterpret_cast<const volatile T*>(GetBlockData( in GetAsObject()
326 const volatile void* GetBlockData(Reference ref, uint32_t type_id,
328 volatile void* GetBlockData(Reference ref, uint32_t type_id, in GetBlockData() function
331 const_cast<const PersistentMemoryAllocator*>(this)->GetBlockData( in GetBlockData()
Dpersistent_memory_allocator.cc708 const volatile void* PersistentMemoryAllocator::GetBlockData( in GetBlockData() function in base::PersistentMemoryAllocator