Home | History | Annotate | Download | only in runtime

Lines Matching refs:stack_size_

426   stack_size_ = stack_size;
428 if (stack_size_ <= kStackOverflowReservedBytes) {
429 LOG(FATAL) << "Attempt to attach a thread with a too-small stack (" << stack_size_ << " bytes)";
453 size_t old_stack_size = stack_size_;
454 stack_size_ = default_stack_size;
455 stack_begin_ += (old_stack_size - stack_size_);
457 << " to " << PrettySize(stack_size_)
770 << " stackSize=" << PrettySize(thread->stack_size_) << "\n";
964 stack_size_(0),