Home
last modified time | relevance | path

Searched defs:SetData8 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/unwinding/libunwindstack/utils/
H A DMemoryFake.h40 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 Dframe_pointer_unwinder_unittest.cc118 void SetData8(uint64_t addr, uint8_t value) { in SetData8() function in perfetto::profiling::__anon43c18ef40111::MemoryFake