Searched refs:regular_memory_ (Results 1 - 3 of 3) sorted by path

/system/core/libunwindstack/
H A DDwarfOp.h61 : memory_(memory), regular_memory_(regular_memory) {}
81 Memory* regular_memory() { return regular_memory_; }
95 Memory* regular_memory_; member in class:unwindstack::DwarfOp
/system/core/libunwindstack/tests/
H A DDwarfOpLogTest.cpp40 regular_memory_.Clear();
42 op_.reset(new DwarfOp<TypeParam>(mem_.get(), &regular_memory_));
46 MemoryFake regular_memory_; member in class:unwindstack::DwarfOpLogTest
H A DDwarfOpTest.cpp40 regular_memory_.Clear();
42 op_.reset(new DwarfOp<TypeParam>(mem_.get(), &regular_memory_));
46 MemoryFake regular_memory_; member in class:unwindstack::DwarfOpTest
216 this->regular_memory_.SetMemory(0x2010, &value, sizeof(value));
235 this->regular_memory_.SetMemory(0x2010, &value, sizeof(value));

Completed in 72 milliseconds