}
finally {
BulletStats.popProfile();
}
Dispatcher dispatcher = getDispatcher();
{
BulletStats.pushProfile("dispatchAllCollisionPairs");
try {
if (dispatcher != null) {
dispatcher.dispatchAllCollisionPairs(broadphasePairCache.getOverlappingPairCache(), dispatchInfo, dispatcher1);
}
}
finally {
BulletStats.popProfile();
}