Searched defs:theBag (Results 1 – 1 of 1) sorted by relevance
40 struct bag *theBag = (struct bag *)jvmtiAllocate(sizeof(struct bag)); in bagCreateBag() local69 bagDestroyBag(struct bag *theBag) in bagDestroyBag()78 bagFind(struct bag *theBag, void *key) in bagFind()94 bagAdd(struct bag *theBag) in bagAdd()121 bagDelete(struct bag *theBag, void *condemned) in bagDelete()134 bagDeleteAll(struct bag *theBag) in bagDeleteAll()141 bagSize(struct bag *theBag) in bagSize()147 bagEnumerateOver(struct bag *theBag, bagEnumerateFunction func, void *arg) in bagEnumerateOver()