| 294 | } |
| 295 | |
| 296 | BfHotAllocation* BfCompiler::HotData::GetAllocation(BfHotTypeVersion* hotVersion) |
| 297 | { |
| 298 | return AllocFromMap(mAllocation, hotVersion); |
| 299 | } |
| 300 | |
| 301 | BfHotDevirtualizedMethod* BfCompiler::HotData::GetDevirtualizedMethod(BfHotMethod* hotMethod) |
| 302 | { |
no test coverage detected