Searched refs:SetData8 (Results 1 – 6 of 6) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | JitDebugTest.cpp | 145 memory_->SetData8(dwarf_offset + 0x8, 1); in CreateElf() 146 memory_->SetData8(dwarf_offset + 0x9, '\0'); in CreateElf() 147 memory_->SetData8(dwarf_offset + 0xa, 0x4); in CreateElf() 148 memory_->SetData8(dwarf_offset + 0xb, 0x4); in CreateElf() 149 memory_->SetData8(dwarf_offset + 0xc, 0x1); in CreateElf() 161 memory_->SetData8(dwarf_offset + 0x14, 1); in CreateElf() 162 memory_->SetData8(dwarf_offset + 0x15, '\0'); in CreateElf() 163 memory_->SetData8(dwarf_offset + 0x16, 0x4); in CreateElf() 164 memory_->SetData8(dwarf_offset + 0x17, 0x4); in CreateElf() 165 memory_->SetData8(dwarf_offset + 0x18, 0x1); in CreateElf()
|
D | MemoryFake.h | 41 void SetData8(uint64_t addr, uint8_t value) { in SetData8() function
|
D | DwarfEhFrameWithHdrTest.cpp | 89 this->memory_.SetData8(0x1003, 0x1); in TYPED_TEST_P() 93 this->memory_.SetData8(0x1003, DW_EH_PE_sdata4); in TYPED_TEST_P() 102 this->memory_.SetData8(0x1000, 0); in TYPED_TEST_P() 105 this->memory_.SetData8(0x1000, 2); in TYPED_TEST_P()
|
D | MemoryTest.cpp | 91 memory.SetData8(name.size(), '\0'); in TEST()
|
D | DwarfMemoryTest.cpp | 88 memory_.SetData8(0, static_cast<uint8_t>(-10)); in TEST_F() 89 memory_.SetData8(1, 200); in TEST_F() 325 memory_.SetData8(0, 0xe0); in ReadEncodedValue_data1()
|
/system/unwinding/libunwindstack/tests/fuzz/ |
D | UnwinderComponentCreator.cpp | 294 memory->SetData8(dwarf_offset + 0x8, 1); in PutElfInMemory() 295 memory->SetData8(dwarf_offset + 0x9, '\0'); in PutElfInMemory() 296 memory->SetData8(dwarf_offset + 0xa, 0x4); in PutElfInMemory() 297 memory->SetData8(dwarf_offset + 0xb, 0x4); in PutElfInMemory() 298 memory->SetData8(dwarf_offset + 0xc, 0x1); in PutElfInMemory() 310 memory->SetData8(dwarf_offset + 0x14, 1); in PutElfInMemory() 311 memory->SetData8(dwarf_offset + 0x15, '\0'); in PutElfInMemory() 312 memory->SetData8(dwarf_offset + 0x16, 0x4); in PutElfInMemory() 313 memory->SetData8(dwarf_offset + 0x17, 0x4); in PutElfInMemory() 314 memory->SetData8(dwarf_offset + 0x18, 0x1); in PutElfInMemory()
|