Searched refs:ProtectZygoteMemory (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/runtime/jit/ |
H A 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()
|
H A D | jit_memory_region.cc | 186 if (is_zygote && !ProtectZygoteMemory(mem_fd.get(), error_msg)) { in Initialize() 549 bool JitMemoryRegion::ProtectZygoteMemory(int fd, std::string* error_msg) { in ProtectZygoteMemory() function in art::jit::JitMemoryRegion 593 bool JitMemoryRegion::ProtectZygoteMemory(int fd ATTRIBUTE_UNUSED, in ProtectZygoteMemory() function in art::jit::JitMemoryRegion
|
H A D | jit_memory_region.h | 238 static bool ProtectZygoteMemory(int fd, std::string* error_msg);
|