Searched refs:stack_protection_size_ (Results 1 – 8 of 8) sorted by relevance
368 static const size_t stack_protection_size_ = 256 * kPointerSize; variable
752 stack_size += 2 * stack_protection_size_; in Simulator()779 reinterpret_cast<intptr_t>(stack_) + stack_size - stack_protection_size_; in Simulator()1088 return reinterpret_cast<uintptr_t>(stack_) + stack_protection_size_; in StackLimit()
842 static const size_t stack_protection_size_ = KB;
391 stack_size_ = (FLAG_sim_stack_size * KB) + (2 * stack_protection_size_); in Init()393 stack_limit_ = stack_ + stack_protection_size_; in Init()394 uintptr_t tos = stack_ + stack_size_ - stack_protection_size_; in Init()
481 static const size_t stack_protection_size_ = 256 * kPointerSize; variable
1486 stack_size += 2 * stack_protection_size_; in Simulator()1516 reinterpret_cast<intptr_t>(stack_) + stack_size - stack_protection_size_; in Simulator()1848 return reinterpret_cast<uintptr_t>(stack_) + stack_protection_size_; in StackLimit()
3048 static const int stack_protection_size_ = 256;3050 static const int stack_size_ = 2 * 1024 + 2 * stack_protection_size_;
85 stack_limit_ = stack_ + stack_protection_size_; in Simulator()90 tos -= stack_protection_size_; in Simulator()