Searched refs:stack_len_ (Results 1 – 2 of 2) sorted by relevance
153 stack_len_(0), in MicrodumpWriter()249 &stack_len_, stack_pointer_)) { in CaptureCrashingThreadStack()254 stack_len_ > static_cast<size_t>(max_stack_len)) { in CaptureCrashingThreadStack()255 stack_len_ = max_stack_len; in CaptureCrashingThreadStack()258 stack_copy_ = reinterpret_cast<uint8_t*>(Alloc(stack_len_)); in CaptureCrashingThreadStack()261 stack_len_); in CaptureCrashingThreadStack()274 if (dumper_->StackHasPointerToMapping(stack_copy_, stack_len_, in CaptureCrashingThreadStack()385 dumper_->SanitizeStackCopy(stack_copy_, stack_len_, stack_pointer_, in DumpThreadStack()394 LogAppend(stack_len_); in DumpThreadStack()398 for (size_t stack_off = 0; stack_off < stack_len_; in DumpThreadStack()[all …]
131 uint32_t stack_len_ = 0; member in fxcodec::__anon0f322ee60111::CLZWDecoder163 if (stack_len_ >= sizeof(decode_stack_)) in DecodeString()166 decode_stack_[stack_len_++] = static_cast<uint8_t>(data); in DecodeString()169 if (stack_len_ >= sizeof(decode_stack_)) in DecodeString()172 decode_stack_[stack_len_++] = static_cast<uint8_t>(code); in DecodeString()246 stack_len_ = 0; in Decode()248 if (stack_len_ < sizeof(decode_stack_)) in Decode()249 decode_stack_[stack_len_++] = last_char; in Decode()256 safe_required_size += stack_len_; in Decode()267 for (uint32_t i = 0; i < stack_len_; i++) in Decode()[all …]