Home | History | Annotate | Download | only in tests

Lines Matching full:x2000

54     fde_.cfa_instructions_offset = 0x2000;
56 fde_.pc_start = 0x2000;
57 fde_.pc_end = 0x2000;
79 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{i});
82 ASSERT_TRUE(this->cfa_->Log(0, this->fde_.pc_start, 0, 0x2000, 0x2001));
91 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{0x00});
93 ASSERT_TRUE(this->cfa_->Log(0, this->fde_.pc_start, 0, 0x2000, 0x2001));
102 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{0x83, 0x04});
104 ASSERT_TRUE(this->cfa_->Log(0, this->fde_.pc_start, 0, 0x2000, 0x2002));
166 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{0xc2});
168 ASSERT_TRUE(this->cfa_->Log(0, this->fde_.pc_start, 0, 0x2000, 0x2001));
334 ASSERT_TRUE(this->cfa_->Log(0, this->fde_.pc_start, 0x2000, 0x500, 0x505));
747 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{0x2e, 0x04});
749 ASSERT_TRUE(this->cfa_->Log(0, this->fde_.pc_start, 0, 0x2000, 0x2002));