MCPcopy 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

genCodeMethod · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genArgsMethod · 0.80

Calls 2

getJitTypeSizeFunction · 0.85
getJitTypeFunction · 0.85

Tested by

no test coverage detected