Home
last modified time | relevance | path

Searched defs:max_frames (Results 1 – 6 of 6) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h56 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder()
62 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder()
123 Unwinder(size_t max_frames, Maps* maps = nullptr) : max_frames_(max_frames), maps_(maps) {} in max_frames_() argument
125 : max_frames_(max_frames), maps_(maps), arch_(arch) {} in max_frames_() argument
126 Unwinder(size_t max_frames, ArchEnum arch, Maps* maps, std::shared_ptr<Memory>& process_memory) in Unwinder()
156 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument
157 UnwinderFromPid(size_t max_frames, pid_t pid, std::shared_ptr<Memory>& process_memory) in UnwinderFromPid()
160 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument
161 UnwinderFromPid(size_t max_frames, pid_t pid, ArchEnum arch, Maps* maps, in UnwinderFromPid()
DAndroidUnwinder.h54 const std::optional<size_t> max_frames; member
/system/unwinding/libunwindstack/
DThreadUnwinder.cpp70 ThreadUnwinder::ThreadUnwinder(size_t max_frames, Maps* maps) in ThreadUnwinder()
73 ThreadUnwinder::ThreadUnwinder(size_t max_frames, Maps* maps, in ThreadUnwinder()
77 ThreadUnwinder::ThreadUnwinder(size_t max_frames, const ThreadUnwinder* unwinder) in ThreadUnwinder()
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderFuzz.cpp82 size_t max_frames = data_provider.ConsumeIntegralInRange<size_t>(0, 5000); in LLVMFuzzerTestOneInput() local
/system/memory/libmemunreachable/include/memunreachable/
Dmemunreachable.h50 static const size_t max_frames = 16; member
/system/unwinding/libunwindstack/tests/
DUnwinderTest.cpp475 TEST_F(UnwinderTest, max_frames) { in TEST_F() argument