Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/tests/
Dasan_test.cc1054 NOINLINE static void FuncWithStack() { in FuncWithStack() function
1064 FuncWithStack<128 * 1>(); in LotsOfStackReuse()
1065 FuncWithStack<128 * 2>(); in LotsOfStackReuse()
1066 FuncWithStack<128 * 4>(); in LotsOfStackReuse()
1067 FuncWithStack<128 * 8>(); in LotsOfStackReuse()
1068 FuncWithStack<128 * 16>(); in LotsOfStackReuse()
1069 FuncWithStack<128 * 32>(); in LotsOfStackReuse()
1070 FuncWithStack<128 * 64>(); in LotsOfStackReuse()
1071 FuncWithStack<128 * 128>(); in LotsOfStackReuse()
1072 FuncWithStack<128 * 256>(); in LotsOfStackReuse()
[all …]