Searched refs:stack_grows_down (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc908 static const bool stack_grows_down = StackGrowsDown(); local
915 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc1056 static const bool stack_grows_down = StackGrowsDown(); local
1072 (stack_grows_down ? stack_size - kMaxStackAlignment : 0);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc961 static const bool stack_grows_down = StackGrowsDown(); local
968 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/gtest/src/
H A Dgtest-death-test.cc1054 static const bool stack_grows_down = StackGrowsDown(); local
1070 (stack_grows_down ? stack_size - kMaxStackAlignment : 0);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc963 static const bool stack_grows_down = StackGrowsDown(); local
970 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc961 static const bool stack_grows_down = StackGrowsDown(); local
968 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7548 static const bool stack_grows_down = StackGrowsDown();
7564 (stack_grows_down ? stack_size - kMaxStackAlignment : 0);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7548 static const bool stack_grows_down = StackGrowsDown();
7564 (stack_grows_down ? stack_size - kMaxStackAlignment : 0);

Completed in 745 milliseconds