HomeSort by relevance Sort by last modified time
    Searched full:cachesim_setref (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/callgrind/
sim.c 243 CacheResult cachesim_setref(cache_t2* c, UInt set_no, UWord tag) function
285 return cachesim_setref(c, set1, tag);
293 CacheResult res1 = cachesim_setref(c, set1, tag);
294 CacheResult res2 = cachesim_setref(c, set2, tag2);
    [all...]

Completed in 150 milliseconds