Searched refs:max_depth (Results 1 – 3 of 3) sorted by relevance
63 final int max_depth = 10; in main() local64 Object[] results = new Object[max_depth]; in main()69 for (int i = 0; i < max_depth; i++) { in main()82 for (int i = 0; i < max_depth; i++) { in main()
49 explicit UnwindHelper(size_t max_depth) in UnwindHelper()53 unwinder_(max_depth, &maps_, memory_) { in UnwindHelper()64 static UnwindHelper* Get(Thread* self, size_t max_depth) { in Get()67 tls = new UnwindHelper(max_depth); in Get()
28 BacktraceCollector(uintptr_t* out_frames, size_t max_depth, size_t skip_count) in BacktraceCollector() argument29 : out_frames_(out_frames), max_depth_(max_depth), skip_count_(skip_count) {} in BacktraceCollector()