Searched defs:max_frames (Results 1 – 6 of 6) sorted by relevance
| /system/unwinding/libunwindstack/include/unwindstack/ |
| D | Unwinder.h | 56 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()
|
| D | AndroidUnwinder.h | 54 const std::optional<size_t> max_frames; member
|
| /system/unwinding/libunwindstack/ |
| D | ThreadUnwinder.cpp | 70 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/ |
| D | UnwinderFuzz.cpp | 82 size_t max_frames = data_provider.ConsumeIntegralInRange<size_t>(0, 5000); in LLVMFuzzerTestOneInput() local
|
| /system/memory/libmemunreachable/include/memunreachable/ |
| D | memunreachable.h | 50 static const size_t max_frames = 16; member
|
| /system/unwinding/libunwindstack/tests/ |
| D | UnwinderTest.cpp | 475 TEST_F(UnwinderTest, max_frames) { in TEST_F() argument
|