Searched refs:FuncWithStack (Results 1 – 1 of 1) sorted by relevance
1051 NOINLINE static void FuncWithStack() { in FuncWithStack() function1061 FuncWithStack<128 * 1>(); in LotsOfStackReuse()1062 FuncWithStack<128 * 2>(); in LotsOfStackReuse()1063 FuncWithStack<128 * 4>(); in LotsOfStackReuse()1064 FuncWithStack<128 * 8>(); in LotsOfStackReuse()1065 FuncWithStack<128 * 16>(); in LotsOfStackReuse()1066 FuncWithStack<128 * 32>(); in LotsOfStackReuse()1067 FuncWithStack<128 * 64>(); in LotsOfStackReuse()1068 FuncWithStack<128 * 128>(); in LotsOfStackReuse()1069 FuncWithStack<128 * 256>(); in LotsOfStackReuse()[all …]