statHash          114 src/gauche/prof.h     ScmHashTable* statHash;     /* hashtable for collected data.
statHash          149 src/prof.c             ScmHashEntry *e = Scm_HashTableGet(prof->statHash,
statHash          197 src/prof.c             e = Scm_HashTableAdd(vm->prof->statHash,
statHash          231 src/prof.c             vm->prof->statHash =
statHash          281 src/prof.c         vm->prof->statHash =
statHash          329 src/prof.c         return SCM_OBJ(vm->prof->statHash);