Home
last modified time | relevance | path

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

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