Searched refs:stack_grows_down (Results 1 – 10 of 10) sorted by relevance
908 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestFork() local915 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0); in ExecDeathTestFork()
961 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestFork() local968 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0); in ExecDeathTestFork()
964 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestFork() local971 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0); in ExecDeathTestFork()
1054 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestSpawnChild() local1070 (stack_grows_down ? stack_size - kMaxStackAlignment : 0); in ExecDeathTestSpawnChild()
1059 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestSpawnChild() local1066 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0); in ExecDeathTestSpawnChild()
6947 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestFork() local6954 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0); in ExecDeathTestFork()
7589 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestSpawnChild() local7605 (stack_grows_down ? stack_size - kMaxStackAlignment : 0); in ExecDeathTestSpawnChild()
7548 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestSpawnChild() local7564 (stack_grows_down ? stack_size - kMaxStackAlignment : 0); in ExecDeathTestSpawnChild()