Searched defs:skip_count (Results 1 – 2 of 2) sorted by relevance
28 BacktraceCollector(uintptr_t* out_frames, size_t max_depth, size_t skip_count) in BacktraceCollector()49 void Collect(size_t skip_count) { in Collect()
80 uint32_t skip_count = parameter_count - annotated_parameter_count; in Parameter_getAnnotationNative() local