Searched defs:ace_index (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp926 unsigned int ace_index = 0; local
929 while (ace_index < aclinfo.AceCount) {
931 if (!GetAce(oldACL, ace_index, &ace)) {
966 ace_index++;
985 // picking up at ace_index, where we left off in the
986 // previous ace_index loop
987 while (ace_index < aclinfo.AceCount) {
989 if (!GetAce(oldACL, ace_index, &ace)) {
1004 ace_index++;

Completed in 2617 milliseconds