Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_memory_region_test.cc56 class TestZygoteMemory : public testing::Test { class
554 TEST_F(TestZygoteMemory, BasicTest) { in TEST_F() argument
558 TEST_F(TestZygoteMemory, TestUnmapWritableAfterFork) { in TEST_F() argument
562 TEST_F(TestZygoteMemory, TestMadviseDontFork) { in TEST_F() argument
566 TEST_F(TestZygoteMemory, TestFromSharedToPrivate) { in TEST_F() argument
570 TEST_F(TestZygoteMemory, TestVmMayWriteBefore) { in TEST_F() argument
574 TEST_F(TestZygoteMemory, TestVmMayWriteAfter) { in TEST_F() argument
Djit_memory_region.h37 class TestZygoteMemory; variable
282 friend class TestZygoteMemory; variable