Ok, so I found the answer.
Apparently, Pascal VOC calculation changed over the years. It started as calculating mAP using 11 points for the precision-recall curve, and after some years, it changed to using all the unique points. So, if for the validation dataset, 120 points were originated for the precision-recall curve, those 120 points will also be used to calculate mAP, which corresponds to the AUC, in this case.
Short answer: No, it does not use the 11 point method. It uses the total number of unique points to calculate mAP.