Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h390 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()
Dpersistent_memory_allocator.cc527 if (!GetBlockData(ref, type_id, kSizeAny)) in GetAsReference()
923 const volatile void* PersistentMemoryAllocator::GetBlockData( in GetBlockData() function in base::PersistentMemoryAllocator
/external/v8/src/debug/
Ddebug-interface.h314 BlockData GetBlockData(size_t i) const;
/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc402 function_data.GetBlockData(k); in coverageToProtocol()
/external/v8/src/d8/
Dd8.cc2526 debug::Coverage::BlockData block_data = function_data.GetBlockData(k); in WriteLcovData()
/external/v8/src/api/
Dapi.cc10371 debug::Coverage::BlockData debug::Coverage::FunctionData::GetBlockData( in GetBlockData() function in v8::debug::Coverage::FunctionData