Searched refs:stackSizeVal (Results 1 – 1 of 1) sorted by relevance
951 uint64_t stackSizeVal; in parse() local952 if (parseNumberBase16(stackSize->getValue(), stackSizeVal)) { in parse()956 if ((stackSizeVal % ctx.pageSize()) != 0) { in parse()962 ctx.setStackSize(stackSizeVal); in parse()