Lines Matching refs:memory_
34 static void SetUpTestSuite() { memory_.reset(new MemoryFake); } in SetUpTestSuite()
64 static std::shared_ptr<Memory> memory_; member in unwindstack::ElfCacheTest
67 std::shared_ptr<Memory> ElfCacheTest::memory_; member in unwindstack::ElfCacheTest
84 Elf* elf1 = info1.GetElf(memory_, ARCH_ARM); in VerifySameMap()
86 Elf* elf2 = info2.GetElf(memory_, ARCH_ARM); in VerifySameMap()
134 Elf* elf0_1 = info0_1.GetElf(memory_, ARCH_ARM); in VerifyWithinSameMap()
137 Elf* elf0_2 = info0_2.GetElf(memory_, ARCH_ARM); in VerifyWithinSameMap()
148 Elf* elf100_1 = info100_1.GetElf(memory_, ARCH_X86); in VerifyWithinSameMap()
151 Elf* elf100_2 = info100_2.GetElf(memory_, ARCH_X86); in VerifyWithinSameMap()
162 Elf* elf200_1 = info200_1.GetElf(memory_, ARCH_X86_64); in VerifyWithinSameMap()
165 Elf* elf200_2 = info200_2.GetElf(memory_, ARCH_X86_64); in VerifyWithinSameMap()
176 Elf* elf300_1 = info300_1.GetElf(memory_, ARCH_ARM); in VerifyWithinSameMap()
179 Elf* elf300_2 = info300_2.GetElf(memory_, ARCH_ARM); in VerifyWithinSameMap()
224 Elf* elf300_1 = info300_1.GetElf(memory_, ARCH_ARM); in VerifyWithinSameMapNeverReadAtZero()
227 Elf* elf300_2 = info300_2.GetElf(memory_, ARCH_ARM); in VerifyWithinSameMapNeverReadAtZero()
238 Elf* elf400_1 = info400_1.GetElf(memory_, ARCH_ARM); in VerifyWithinSameMapNeverReadAtZero()
241 Elf* elf400_2 = info400_2.GetElf(memory_, ARCH_ARM); in VerifyWithinSameMapNeverReadAtZero()