Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-arm64.h846 static const size_t stack_protection_size_ = KB;
Dsimulator-arm64.cc380 stack_size_ = (FLAG_sim_stack_size * KB) + (2 * stack_protection_size_); in Init()
382 stack_limit_ = stack_ + stack_protection_size_; in Init()
383 uintptr_t tos = stack_ + stack_size_ - stack_protection_size_; in Init()
/external/vixl/src/vixl/a64/
Dsimulator-a64.h2645 static const int stack_protection_size_ = 256; variable
2647 static const int stack_size_ = 2 * 1024 + 2 * stack_protection_size_;
Dsimulator-a64.cc82 stack_limit_ = stack_ + stack_protection_size_; in Simulator()
87 tos -= stack_protection_size_; in Simulator()