Lines Matching refs:RCEC
4254 RCEC; typedef
4258 static RCEC* alloc_RCEC ( void ) { in alloc_RCEC()
4262 static void free_RCEC ( RCEC* rcec ) { in free_RCEC()
4268 static RCEC** contextTab = NULL; /* hash table of RCEC*s */
4274 static Word RCEC__cmp_by_frames ( RCEC* ec1, RCEC* ec2 ) { in RCEC__cmp_by_frames()
4289 static void ctxt__rcdec ( RCEC* ec ) in ctxt__rcdec()
4299 static void ctxt__rcinc ( RCEC* ec ) in ctxt__rcinc()
4311 static void move_RCEC_one_step_forward ( RCEC** headp, RCEC* ec ) in move_RCEC_one_step_forward()
4313 RCEC *ec0, *ec1, *ec2; in move_RCEC_one_step_forward()
4328 RCEC* tmp; in move_RCEC_one_step_forward()
4359 static RCEC* ctxt__find_or_add ( RCEC* example ) in ctxt__find_or_add()
4362 RCEC* copy; in ctxt__find_or_add()
4406 static RCEC* get_RCEC ( Thr* thr ) in get_RCEC()
4409 RCEC example; in get_RCEC()
4452 RCEC* rcec;
4586 RCEC* rcec; in event_map_bind()
4730 RCEC* ref_rcec = ref->acc.rcec; in libhb_event_map_lookup()
4768 RCEC* ref_rcec = ref->acc.rcec; in libhb_event_map_access_history()
4794 sizeof(RCEC), in event_map_init()
4804 N_RCEC_TAB * sizeof(RCEC*) ); in event_map_init()
4836 RCEC* rcec; in event_map__check_reference_counts()
4898 RCEC** pp = &contextTab[i]; in do_RCEC_GC()
4899 RCEC* p = *pp; in do_RCEC_GC()
6487 RCEC *p; in libhb_shutdown()