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