Searched refs:ProtectZygoteMemory (Results 1 – 3 of 3) sorted by relevance
76 bool res = JitMemoryRegion::ProtectZygoteMemory(fd.get(), &error_msg); in BasicTest()137 bool res = JitMemoryRegion::ProtectZygoteMemory(fd.get(), &error_msg); in TestUnmapWritableAfterFork()235 bool res = JitMemoryRegion::ProtectZygoteMemory(fd.get(), &error_msg); in TestMadviseDontFork()332 CHECK(JitMemoryRegion::ProtectZygoteMemory(fd.get(), &error_msg)); in TestFromSharedToPrivate()
245 if (is_zygote && !ProtectZygoteMemory(mem_fd.get(), error_msg)) { in Initialize()548 bool JitMemoryRegion::ProtectZygoteMemory(int fd, std::string* error_msg) { in ProtectZygoteMemory() function in art::jit::JitMemoryRegion592 bool JitMemoryRegion::ProtectZygoteMemory(int fd ATTRIBUTE_UNUSED, in ProtectZygoteMemory() function in art::jit::JitMemoryRegion
238 static bool ProtectZygoteMemory(int fd, std::string* error_msg);