Home
last modified time | relevance | path

Searched refs:BuildFrameFromPcOnly (Results 1 – 5 of 5) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dscudo.cpp143 unwinder->BuildFrameFromPcOnly(report->allocation_trace[i]); in DumpReport()
154 unwinder->BuildFrameFromPcOnly(report->deallocation_trace[i]); in DumpReport()
Dgwp_asan.cpp186 unwindstack::FrameData frame_data = unwinder->BuildFrameFromPcOnly(frames.get()[i]); in DumpDeallocationTrace()
213 unwindstack::FrameData frame_data = unwinder->BuildFrameFromPcOnly(frames.get()[i]); in DumpAllocationTrace()
/system/core/libunwindstack/tests/fuzz/
DUnwinderFuzz.cpp95 unwinder.BuildFrameFromPcOnly(pc); in LLVMFuzzerTestOneInput()
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h122 FrameData BuildFrameFromPcOnly(uint64_t pc);
/system/core/libunwindstack/
DUnwinder.cpp398 FrameData Unwinder::BuildFrameFromPcOnly(uint64_t pc) { in BuildFrameFromPcOnly() function in unwindstack::Unwinder