MCPcopy Create free account
hub / github.com/beefytech/Beef / GetDynCastVDataCount

Method GetDynCastVDataCount

IDEHelper/Compiler/BfCompiler.cpp:5704–5708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5702}
5703
5704int BfCompiler::GetDynCastVDataCount()
5705{
5706 int dynElements = 1 + mMaxInterfaceSlots;
5707 return ((dynElements * 4) + mSystem->mPtrSize - 1) / mSystem->mPtrSize;
5708}
5709
5710
5711

Callers 5

CreateSlotOfsMethod · 0.80
CreateTypeDataMethod · 0.80
FinishMethod · 0.80
CreateCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected