Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ addFrame
Method
addFrame
src/hx/cppia/CppiaCompiler.cpp:287–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
void addFrame(ExprType inType) HXCPP_OVERRIDE
288
{
289
frameSize += getJitTypeSize( getJitType(inType) );
290
if (frameSize>maxFrameSize)
291
maxFrameSize = frameSize;
292
}
293
294
295
void beginGeneration(int inArgs) HXCPP_OVERRIDE
Callers
6
genCode
Method · 0.80
genCode
Method · 0.80
genCode
Method · 0.80
genCode
Method · 0.80
genCode
Method · 0.80
genArgs
Method · 0.80
Calls
2
getJitTypeSize
Function · 0.85
getJitType
Function · 0.85
Tested by
no test coverage detected