MCPcopy Create free account
hub / github.com/ZDoom/Raze / Free

Method Free

source/common/scripting/backend/codegen.cpp:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void ExpEmit::Free(VMFunctionBuilder *build)
242{
243 if (!Fixed && !Konst && RegType <= REGT_TYPE)
244 {
245 build->Registers[RegType].Return(RegNum, RegCount);
246 }
247}
248
249void ExpEmit::Reuse(VMFunctionBuilder *build)
250{

Callers 8

EmitMethod · 0.45
AddParameterMethod · 0.45
EmitCallMethod · 0.45
EmitStatementMethod · 0.45
EmitCompareMethod · 0.45
EmitMethod · 0.45
EmitCommonMethod · 0.45
CheckEmitCastMethod · 0.45

Calls 1

ReturnMethod · 0.80

Tested by

no test coverage detected