bindingCaches    5269 core/CodegenLIR.cpp         for (BindingCache* b = bindingCaches; b != NULL; b = b->next)
bindingCaches    5745 core/CodegenLIR.cpp             c = new (codeMgr.allocator) C(name, codeMgr.bindingCaches);
bindingCaches    5746 core/CodegenLIR.cpp             codeMgr.bindingCaches = c;
bindingCaches     119 core/CodegenLIR.h         BindingCache* bindingCaches;    // head of linked list of all BindingCaches allocated by this codeMgr