Searched refs:ProtectZygoteMemory (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jit/ |
D | jit_memory_region_test.cc | 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() 515 bool res = JitMemoryRegion::ProtectZygoteMemory(fd.get(), &error_msg); in TestVmMayWriteBefore() 536 bool res = JitMemoryRegion::ProtectZygoteMemory(fd.get(), &error_msg); in TestVmMayWriteAfter()
|
D | jit_memory_region.cc | 186 if (is_zygote && !ProtectZygoteMemory(mem_fd.get(), error_msg)) { in Initialize() 545 bool JitMemoryRegion::ProtectZygoteMemory(int fd, std::string* error_msg) { in ProtectZygoteMemory() function in art::jit::JitMemoryRegion 589 bool JitMemoryRegion::ProtectZygoteMemory([[maybe_unused]] int fd, in ProtectZygoteMemory() function in art::jit::JitMemoryRegion
|
D | jit_memory_region.h | 237 static bool ProtectZygoteMemory(int fd, std::string* error_msg);
|