Searched refs:opcode_buffer (Results 1 – 2 of 2) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | DwarfOpTest.cpp | 83 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local 86 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P() 108 std::vector<uint8_t> opcode_buffer = {0x00, 0x01, 0x02, 0x04, 0x05, 0x07}; in TYPED_TEST_P() local 110 opcode_buffer.push_back(opcode); in TYPED_TEST_P() 112 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P() 114 for (size_t i = 0; i < opcode_buffer.size(); i++) { in TYPED_TEST_P() 117 ASSERT_EQ(opcode_buffer[i], this->op_->cur_op()); in TYPED_TEST_P() 122 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local 152 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P() 159 while (this->mem_->cur_offset() < opcode_buffer.size()) { in TYPED_TEST_P() [all …]
|
D | DwarfOpLogTest.cpp | 55 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local 58 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P() 61 this->op_->GetLogInfo(0, opcode_buffer.size(), &lines); in TYPED_TEST_P()
|