Lines Matching refs:JitMemoryRegion

62     android::base::unique_fd fd(JitMemoryRegion::CreateZygoteMemory(page_size, &error_msg));  in BasicTest()
76 bool res = JitMemoryRegion::ProtectZygoteMemory(fd.get(), &error_msg); in BasicTest()
118 android::base::unique_fd fd(JitMemoryRegion::CreateZygoteMemory(page_size, &error_msg)); in TestUnmapWritableAfterFork()
137 bool res = JitMemoryRegion::ProtectZygoteMemory(fd.get(), &error_msg); in TestUnmapWritableAfterFork()
144 android::base::unique_fd fd2(JitMemoryRegion::CreateZygoteMemory(page_size, &error_msg)); in TestUnmapWritableAfterFork()
215 android::base::unique_fd fd(JitMemoryRegion::CreateZygoteMemory(page_size, &error_msg)); in TestMadviseDontFork()
235 bool res = JitMemoryRegion::ProtectZygoteMemory(fd.get(), &error_msg); in TestMadviseDontFork()
242 android::base::unique_fd fd2(JitMemoryRegion::CreateZygoteMemory(page_size, &error_msg)); in TestMadviseDontFork()
312 android::base::unique_fd fd(JitMemoryRegion::CreateZygoteMemory(page_size, &error_msg)); in TestFromSharedToPrivate()
326 android::base::unique_fd fd2(JitMemoryRegion::CreateZygoteMemory(page_size, &error_msg)); in TestFromSharedToPrivate()
332 CHECK(JitMemoryRegion::ProtectZygoteMemory(fd.get(), &error_msg)); in TestFromSharedToPrivate()
505 android::base::unique_fd fd(JitMemoryRegion::CreateZygoteMemory(page_size, &error_msg)); in TestVmMayWriteBefore()
515 bool res = JitMemoryRegion::ProtectZygoteMemory(fd.get(), &error_msg); in TestVmMayWriteBefore()
532 android::base::unique_fd fd(JitMemoryRegion::CreateZygoteMemory(page_size, &error_msg)); in TestVmMayWriteAfter()
536 bool res = JitMemoryRegion::ProtectZygoteMemory(fd.get(), &error_msg); in TestVmMayWriteAfter()