Home
last modified time | relevance | path

Searched refs:jit_debug (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/profiling/memory/
Dunwinding.h103 jit_debug(std::unique_ptr<unwindstack::JitDebug>( in UnwindingMetadata()
116 jit_debug = std::unique_ptr<unwindstack::JitDebug>( in ReparseMaps()
128 std::unique_ptr<unwindstack::JitDebug> jit_debug; member
Dunwinding.cc201 unwinder.SetJitDebug(metadata->jit_debug.get(), regs->Arch()); in DoUnwind()
213 unwinder.SetJitDebug(metadata->jit_debug.get(), regs->Arch()); in DoUnwind()