Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ GetVDataPrefixDataCount
Method
GetVDataPrefixDataCount
IDEHelper/Compiler/BfCompiler.cpp:5699–5702 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5697
}
5698
5699
int BfCompiler::GetVDataPrefixDataCount()
5700
{
5701
return (mSystem->mPtrSize == 4) ? 2 : 1;
5702
}
5703
5704
int BfCompiler::GetDynCastVDataCount()
5705
{
Callers
6
CreateSlotOfs
Method · 0.80
CreateTypeData
Method · 0.80
EmitDynamicCastCheck
Method · 0.80
Finish
Method · 0.80
CreateCall
Method · 0.80
DbgGetVirtualMethodNum
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected