Home
last modified time | relevance | path

Searched refs:kMaxFrames (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/runtime/
H A Dbacktrace_helper.h54 template <size_t kMaxFrames>
58 BacktraceCollector collector(frames_, kMaxFrames, skip_count); in Collect()
73 uintptr_t frames_[kMaxFrames];
/aosp12/system/unwinding/libunwindstack/benchmarks/
H A Dthread_unwind_benchmarks.cpp28 constexpr size_t kMaxFrames = 32; variable
68 unwindstack::ThreadUnwinder unwinder(kMaxFrames); in BM_thread_unwind()
H A Dlocal_unwind_benchmarks.cpp32 constexpr size_t kMaxFrames = 32; variable
72 unwindstack::Unwinder unwinder(kMaxFrames, data->maps, regs.get(), data->process_memory); in Unwind()
81 unwinder->Unwind(&frame_info, kMaxFrames); in LocalUnwind()
/aosp12/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dtombstone.h45 constexpr size_t kMaxFrames = 256; variable
/aosp12/system/core/debuggerd/handler/
H A Ddebuggerd_fallback.cpp89 unwindstack::UnwinderFromPid unwinder(kMaxFrames, getpid()); in debuggerd_fallback_trace()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp595 unwindstack::UnwinderFromPid unwinder(kMaxFrames, pid, unwindstack::Regs::CurrentArch()); in engrave_tombstone_ucontext()
/aosp12/art/runtime/gc/
H A Dheap.cc4232 static constexpr size_t kMaxFrames = 16u; in CheckGcStressMode() local
4234 FixedSizeBacktrace<kMaxFrames> backtrace; in CheckGcStressMode()