Home
last modified time | relevance | path

Searched refs:TestZygoteMemory (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit_memory_region_test.cc55 class TestZygoteMemory : public testing::Test { class
553 TEST_F(TestZygoteMemory, BasicTest) { in TEST_F() argument
557 TEST_F(TestZygoteMemory, TestUnmapWritableAfterFork) { in TEST_F() argument
561 TEST_F(TestZygoteMemory, TestMadviseDontFork) { in TEST_F() argument
565 TEST_F(TestZygoteMemory, TestFromSharedToPrivate) { in TEST_F() argument
569 TEST_F(TestZygoteMemory, TestVmMayWriteBefore) { in TEST_F() argument
573 TEST_F(TestZygoteMemory, TestVmMayWriteAfter) { in TEST_F() argument
Djit_memory_region.h37 class TestZygoteMemory; variable
281 friend class TestZygoteMemory; variable