Home
last modified time | relevance | path

Searched refs:stack_grows_down (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc1072 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestSpawnChild() local
1088 (stack_grows_down ? stack_size - kMaxStackAlignment : 0); in ExecDeathTestSpawnChild()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-death-test.cc1072 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestSpawnChild() local
1088 (stack_grows_down ? stack_size - kMaxStackAlignment : 0); in ExecDeathTestSpawnChild()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-death-test.cc961 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestFork() local
968 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0); in ExecDeathTestFork()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc964 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestFork() local
971 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0); in ExecDeathTestFork()
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc1072 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestSpawnChild() local
1088 (stack_grows_down ? stack_size - kMaxStackAlignment : 0); in ExecDeathTestSpawnChild()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc1059 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestSpawnChild() local
1066 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0); in ExecDeathTestSpawnChild()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-death-test.cc1288 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestSpawnChild() local
1304 (stack_grows_down ? stack_size - kMaxStackAlignment : 0); in ExecDeathTestSpawnChild()
/external/googletest/googletest/src/
Dgtest-death-test.cc1348 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestSpawnChild() local
1364 (stack_grows_down ? stack_size - kMaxStackAlignment : 0); in ExecDeathTestSpawnChild()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc7906 static const bool stack_grows_down = StackGrowsDown(); in ExecDeathTestSpawnChild() local
7922 (stack_grows_down ? stack_size - kMaxStackAlignment : 0); in ExecDeathTestSpawnChild()