Home
last modified time | relevance | path

Searched refs:stack_protection_size_ (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/ppc/
Dsimulator-ppc.h368 static const size_t stack_protection_size_ = 256 * kPointerSize; variable
Dsimulator-ppc.cc752 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()
/external/v8/src/arm64/
Dsimulator-arm64.h842 static const size_t stack_protection_size_ = KB;
Dsimulator-arm64.cc391 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()
/external/v8/src/s390/
Dsimulator-s390.h481 static const size_t stack_protection_size_ = 256 * kPointerSize; variable
Dsimulator-s390.cc1486 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()
/external/vixl/src/aarch64/
Dsimulator-aarch64.h3048 static const int stack_protection_size_ = 256;
3050 static const int stack_size_ = 2 * 1024 + 2 * stack_protection_size_;
Dsimulator-aarch64.cc85 stack_limit_ = stack_ + stack_protection_size_; in Simulator()
90 tos -= stack_protection_size_; in Simulator()