HomeSort by relevance Sort by last modified time
    Searched refs:VexCache (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/pub/
libvex.h 241 } VexCache;
243 /* Convenience macro to initialise a VexCache */
245 ({ (VexCache) { .kind = _kind, .level = _level, .sizeB = _size, \
260 VexCache *caches;
    [all...]
  /external/valgrind/main/cachegrind/
cg_arch.c 276 static const VexCache *
279 const VexCache *c;
298 const VexCache *i1, *d1, *ll;
  /external/valgrind/main/coregrind/
m_cache.c 50 add_cache(VexCacheInfo *ci, VexCache cache)
85 VexCache c = \
591 static VexCache
680 VexCache *c = ci->caches + i;

Completed in 58 milliseconds