Home | History | Annotate | Download | only in tests

Lines Matching full:memory_

33     memory_.Clear();
34 dwarf_mem_.reset(new DwarfMemory(&memory_));
58 MemoryFake memory_;
63 memory_.SetMemory(0, std::vector<uint8_t>{0x10, 0x18, 0xff, 0xfe});
86 memory_.SetData8(0, static_cast<uint8_t>(-10));
87 memory_.SetData8(1, 200);
94 memory_.SetData16(0x10, static_cast<uint16_t>(-1000));
95 memory_.SetData16(0x12, 50100);
103 memory_.SetData32(0x100, static_cast<uint32_t>(-1000000000));
104 memory_.SetData32(0x104, 3000000000);
112 memory_.SetData64(0x200, static_cast<uint64_t>(-2000000000000LL));
113 memory_.SetData64(0x208, 5000000000000LL);
122 memory_.SetMemory(0, std::vector<uint8_t>{0x01, 0x80, 0x24, 0xff, 0xc3, 0xff, 0x7f});
139 memory_.SetMemory(0, std::vector<uint8_t>{0x06, 0x40, 0x82, 0x34, 0x89, 0x64, 0xf9, 0xc3, 0x8f,
256 memory_.SetData32(0, 0x12345678);
267 memory_.SetData64(0, 0x12345678f1f2f3f4ULL);
279 memory_.SetData32(4, 0x12345678);
291 memory_.SetData64(8, 0x12345678f1f2f3f4ULL);
300 memory_.SetMemory(0, std::vector<uint8_t>{0x80, 0x42});
323 memory_.SetData8(0, 0xe0);
344 memory_.SetData16(0, 0xe000);
365 memory_.SetData32(0, 0xe0000000);
386 memory_.SetData64(0, 0xe000000000000000ULL);
407 memory_.SetData64(0, 0xe000000000000000ULL);
425 memory_.SetData64(0, 0);
443 memory_.SetData32(0, 0x15234);