Searched refs:FuncWithStack (Results 1 – 1 of 1) sorted by relevance
1082 NOINLINE static void FuncWithStack() { in FuncWithStack() function1092 FuncWithStack<128 * 1>(); in LotsOfStackReuse()1093 FuncWithStack<128 * 2>(); in LotsOfStackReuse()1094 FuncWithStack<128 * 4>(); in LotsOfStackReuse()1095 FuncWithStack<128 * 8>(); in LotsOfStackReuse()1096 FuncWithStack<128 * 16>(); in LotsOfStackReuse()1097 FuncWithStack<128 * 32>(); in LotsOfStackReuse()1098 FuncWithStack<128 * 64>(); in LotsOfStackReuse()1099 FuncWithStack<128 * 128>(); in LotsOfStackReuse()1100 FuncWithStack<128 * 256>(); in LotsOfStackReuse()[all …]