Searched refs:HasMemory (Results 1 – 3 of 3) sorted by relevance
62 bool HasMemory(ULONG64 address) const { in HasMemory() function63 return HasMemory<BYTE>(address, NULL); in HasMemory()66 bool HasMemory(const void* address) const { in HasMemory() function67 return HasMemory<BYTE>(address, NULL); in HasMemory()71 bool HasMemory(ULONG64 address, StructureType** structure = NULL) const {76 return HasMemory(reinterpret_cast<void*>(address), structure);80 bool HasMemory(const void* addr_in, StructureType** structure = NULL) const {
85 if (!HasMemory(thread_list->Threads[i].Teb)) in HasTebs()103 if (!HasMemory(thread_list->Threads[0].Teb, &teb)) in HasPeb()106 return HasMemory(teb->peb); in HasPeb()
209 EXPECT_FALSE(mini.HasMemory(this)); in TEST_F()240 EXPECT_FALSE(mini.HasMemory(this)); in TEST_F()257 EXPECT_TRUE(mini.HasMemory(this)); in TEST_F()301 EXPECT_FALSE(mini.HasMemory(this)); in TEST_F()302 EXPECT_TRUE(full.HasMemory(this)); in TEST_F()