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

/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp929 unsigned int ace_index = 0; local
932 while (ace_index < aclinfo.AceCount) {
934 if (!GetAce(oldACL, ace_index, &ace)) {
969 ace_index++;
988 // picking up at ace_index, where we left off in the
989 // previous ace_index loop
990 while (ace_index < aclinfo.AceCount) {
992 if (!GetAce(oldACL, ace_index, &ace)) {
1007 ace_index++;

Completed in 44 milliseconds