Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c779 typedef struct { Addr gaKey; SecMap* sm; } SMCacheEnt; member
785 Addr gaKey = shmem__round_to_SecMap_base(ga); in shmem__find_SecMap() local
788 if (LIKELY(gaKey == smCache[0].gaKey)) in shmem__find_SecMap()
790 if (LIKELY(gaKey == smCache[1].gaKey)) { in shmem__find_SecMap()
796 if (gaKey == smCache[2].gaKey) { in shmem__find_SecMap()
805 NULL/*keyP*/, (UWord*)&sm, (UWord)gaKey )) { in shmem__find_SecMap()
809 smCache[0].gaKey = gaKey; in shmem__find_SecMap()
825 Addr gaKey; in shmem__SecMap_do_GC() local
830 smCache[0].gaKey = 1; in shmem__SecMap_do_GC()
831 smCache[1].gaKey = 1; in shmem__SecMap_do_GC()
[all …]