Lines Matching defs:size
63 Register("-hs", 1, "JS Heap <size>");
157 if (args.size() > 0) {
345 size_t size = Value("n").size();
346 if (size > MAX_NAME_LENGTH) {
383 int size = atoi(Value("hs").c_str());
384 if (size < MIN_JSHEAPSIZE || size > MAX_JSHEAPSIZE) {
385 errorInfo = std::string("JS heap size out of range: " + std::to_string(MIN_JSHEAPSIZE) + "-" +
390 jsHeapSize = static_cast<uint32_t>(size);
520 uint32_t size = regsArgsCountMap[command];
521 if (value.size() != size) {
778 for (unsigned int i = 0; i < strs.size(); ++i) {
787 if (i == strs.size() - 1 || strs[i + 1][0] == '-') {
801 idxVal = (idxVal >= projectModels.size()) ? 0 : idxVal;
807 if (enumValue < 0 || enumValue >= projectModels.size()) {
901 ELOG("param size is more than %d", maxMainArgLength);