MCPcopy Create free account
hub / github.com/beefytech/Beef / ~HotResolveData

Method ~HotResolveData

IDEHelper/Compiler/BfCompiler.cpp:340–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340BfCompiler::HotResolveData::~HotResolveData()
341{
342 for (auto hotMethod : mActiveMethods)
343 hotMethod->Deref();
344 for (auto kv : mReachableMethods)
345 kv.mKey->Deref();
346}
347
348//////////////////////////////////////////////////////////////////////////
349

Callers

nothing calls this directly

Calls 1

DerefMethod · 0.45

Tested by

no test coverage detected