Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/tracing/internal/
Ddata_source_internal.h130 DataSourceState* TryGetCached(uint32_t cached_bitmap, size_t n) { in TryGetCached() function
137 return TryGetCached(valid_instances.load(std::memory_order_acquire), n); in TryGet()
/external/perfetto/include/perfetto/tracing/
Ddata_source.h352 static_state_.TryGetCached(instances, i);
387 instance_state = static_state_.TryGetCached(instances, i);