MCPcopy Create free account
hub / github.com/argotorg/solidity / sizeOnStack

Method sizeOnStack

libsolidity/codegen/CompilerUtils.cpp:1504–1510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1502}
1503
1504unsigned CompilerUtils::sizeOnStack(std::vector<Type const*> const& _variableTypes)
1505{
1506 unsigned size = 0;
1507 for (Type const* type: _variableTypes)
1508 size += type->sizeOnStack();
1509 return size;
1510}
1511
1512void CompilerUtils::computeHashStatic()
1513{

Callers 8

loadFromMemoryDynamicMethod · 0.45
abiDecodeMethod · 0.45
encodeToMemoryMethod · 0.45
convertTypeMethod · 0.45
pushZeroValueMethod · 0.45
moveToStackVariableMethod · 0.45
popStackElementMethod · 0.45
prepareMemoryStoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected