Lines Matching refs:allocateSize
123 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter
124 auto size = static_cast<size_t>(allocateSize.GetLargeUInt());
157 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter
158 auto size = static_cast<size_t>(allocateSize.GetLargeUInt());
173 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter
174 auto size = static_cast<size_t>(allocateSize.GetLargeUInt());
190 JSTaggedValue allocateSize = GetArg(argv, argc, 0); \
191 auto size = static_cast<size_t>(allocateSize.GetInt()); \
209 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter
210 auto size = static_cast<size_t>(allocateSize.GetInt());
241 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter
242 auto size = static_cast<size_t>(allocateSize.GetInt());