HomeSort by relevance Sort by last modified time
    Searched refs:regular_memory_ (Results 1 - 3 of 3) sorted by null

  /system/core/libunwindstack/tests/
DwarfOpLogTest.cpp 40 regular_memory_.Clear();
42 op_.reset(new DwarfOp<TypeParam>(mem_.get(), &regular_memory_));
46 MemoryFake regular_memory_; member in class:unwindstack::DwarfOpLogTest
DwarfOpTest.cpp 40 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));
    [all...]
  /system/core/libunwindstack/
DwarfOp.h 61 : memory_(memory), regular_memory_(regular_memory) {}
81 Memory* regular_memory() { return regular_memory_; }
95 Memory* regular_memory_; member in class:unwindstack::DwarfOp
    [all...]

Completed in 63 milliseconds