Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c4251 UWord frames_hash; /* hash of all the frames */ member
4278 if (ec1->frames_hash < ec2->frames_hash) return -1; in RCEC__cmp_by_frames()
4279 if (ec1->frames_hash > ec2->frames_hash) return 1; in RCEC__cmp_by_frames()
4368 hent = example->frames_hash % N_RCEC_TAB; in ctxt__find_or_add()
4420 example.frames_hash = hash; in get_RCEC()