Home
last modified time | relevance | path

Searched refs:ProtectZygoteMemory (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit_memory_region_test.cc76 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()
Djit_memory_region.cc245 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::JitMemoryRegion
592 bool JitMemoryRegion::ProtectZygoteMemory(int fd ATTRIBUTE_UNUSED, in ProtectZygoteMemory() function in art::jit::JitMemoryRegion
Djit_memory_region.h238 static bool ProtectZygoteMemory(int fd, std::string* error_msg);