Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dshared_ring_buffer.cc177 base::Optional<PointerPositions> opt_pos = GetPointerPositions(spinlock); in BeginWrite()
226 base::Optional<PointerPositions> opt_pos = GetPointerPositions(spinlock); in BeginRead()
Dshared_ring_buffer.h152 inline base::Optional<PointerPositions> GetPointerPositions( in GetPointerPositions() function