10 calls to module_rebuild_cache()

drupal_install_modules in drupal-6.x/includes/install.inc
Calls the install function and updates the system table for a given list of modules.
drupal_install_system in drupal-6.x/includes/install.inc
Callback to install the system module.
help_links_as_list in drupal-6.x/modules/help/help.admin.inc
install_tasks in drupal-6.x/install.php
Tasks performed after the database is initialized.
system_admin_by_module in drupal-6.x/modules/system/system.admin.inc
Menu callback; prints a listing of admin tasks for each installed module.
system_modules in drupal-6.x/modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
system_update_6008 in drupal-6.x/modules/system/system.install
Add info files to themes. The info and owner columns are added by update_fix_d6_requirements() in update.php to avoid a large number of error messages from update.php. All we need to do here is copy description to owner and then drop description.
system_update_6013 in drupal-6.x/modules/system/system.install
Rebuild cache data for theme system changes
update_check_incompatibility in drupal-6.x/update.php
Helper function to test compatibility of a module or theme.
update_get_projects in drupal-6.x/modules/update/update.compare.inc
Fetch an array of installed and enabled projects.