Home
last modified time | relevance | path

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

/external/valgrind/tsan/
Dthread_sanitizer.cc3625 static Cache *G_cache; variable
3726 CacheLine *line = G_cache->GetLineOrCreateNew(thr, tag, __LINE__); in PublishRangeInOneLine()
3736 G_cache->ReleaseLine(thr, tag, line, __LINE__); in PublishRangeInOneLine()
5361 CacheLine *line = G_cache->GetLineIfExists(thr, addr, __LINE__); in ClearMemoryStateInOneLine()
5374 G_cache->ReleaseLine(thr, addr, line, __LINE__); in ClearMemoryStateInOneLine()
5408 CacheLine *line = G_cache->GetLineOrCreateNew(thr, x, __LINE__); in ClearMemoryState()
5410 G_cache->ReleaseLine(thr, x, line, __LINE__); in ClearMemoryState()
5464 G_cache->AcquireAllLines(thr); in ForgetAllStateAndStartOver()
5501 G_cache->ForgetAllState(thr); in ForgetAllStateAndStartOver()
5514 G_cache->PrintStorageStats(); in FlushStateIfOutOfSegments()
[all …]