Lines Matching refs:FuncWithStack
1082 NOINLINE static void FuncWithStack() { in FuncWithStack() function
1092 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()
1101 FuncWithStack<128 * 512>(); in LotsOfStackReuse()