Home
last modified time | relevance | path

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

/aosp_15_r20/system/unwinding/libunwindstack/utils/
H A DMemoryFake.h42 void SetData16(uint64_t addr, uint16_t value) { SetMemory(addr, &value, sizeof(value)); } in SetData16() function
/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Dframe_pointer_unwinder_unittest.cc122 void SetData16(uint64_t addr, uint16_t value) { in SetData16() function in perfetto::profiling::__anon43c18ef40111::MemoryFake