Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Dframe_pointer_unwinder_unittest.cc31 class RegsFake : public unwindstack::Regs { class
33 RegsFake(uint16_t total_regs) in RegsFake() function in perfetto::profiling::__anon43c18ef40111::RegsFake
/aosp_15_r20/system/unwinding/libunwindstack/utils/
H A DRegsFake.h31 RegsFake(uint16_t total_regs) : Regs(total_regs, Regs::Location(Regs::LOCATION_UNKNOWN, 0)) {} in RegsFake() function