Lines Matching refs:FuncWithStack
1054 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()
1073 FuncWithStack<128 * 512>(); in LotsOfStackReuse()