Searched refs:mem_ (Results 1 – 2 of 2) sorted by relevance
41 mem_.reset(new DwarfMemory(&op_memory_)); in SetUp()42 op_.reset(new DwarfOp<TypeParam>(mem_.get(), ®ular_memory_)); in SetUp()48 std::unique_ptr<DwarfMemory> mem_; member in unwindstack::DwarfOpLogTest
41 mem_.reset(new DwarfMemory(&op_memory_)); in SetUp()42 op_.reset(new DwarfOp<TypeParam>(mem_.get(), ®ular_memory_)); in SetUp()48 std::unique_ptr<DwarfMemory> mem_; member in unwindstack::DwarfOpTest61 this->mem_->set_cur_offset(0); in TYPED_TEST_P()65 ASSERT_EQ(1U, this->mem_->cur_offset()); in TYPED_TEST_P()79 ASSERT_EQ(1U, this->mem_->cur_offset()); in TYPED_TEST_P()91 ASSERT_EQ(8U, this->mem_->cur_offset()); in TYPED_TEST_P()159 while (this->mem_->cur_offset() < opcode_buffer.size()) { in TYPED_TEST_P()1286 uint64_t offset = this->mem_->cur_offset() + 3; in TYPED_TEST_P()1290 ASSERT_EQ(offset + 0x102, this->mem_->cur_offset()); in TYPED_TEST_P()[all …]