VMPI_setPageProtection  274 VMPI/VMPI.h    extern void VMPI_setPageProtection(void *address, size_t size, bool executeFlag, bool writeableFlag);
VMPI_setPageProtection   77 nanojit/CodeAlloc.cpp             VMPI_setPageProtection(mem, bytesPerAlloc, false /* executable */, true /* writable */);
VMPI_setPageProtection  131 nanojit/CodeAlloc.cpp         VMPI_setPageProtection(mem, bytesPerAlloc, true/*executable*/, true/*writable*/);
VMPI_setPageProtection  228 nanojit/CodeAlloc.cpp                 VMPI_setPageProtection(mem, bytesPerAlloc, false /* executable */, true /* writable */);