Searched defs:SetData8 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/system/unwinding/libunwindstack/utils/ | ||
H A D | MemoryFake.h | 40 void SetData8(uint64_t addr, uint8_t value) { SetMemory(addr, &value, sizeof(value)); } in SetData8() function |
/aosp_15_r20/external/perfetto/src/profiling/perf/ | ||
H A D | frame_pointer_unwinder_unittest.cc | 118 void SetData8(uint64_t addr, uint8_t value) { in SetData8() function in perfetto::profiling::__anon43c18ef40111::MemoryFake |