| 289 | } |
| 290 | |
| 291 | BfHotThisType* BfCompiler::HotData::GetThisType(BfHotTypeVersion* hotVersion) |
| 292 | { |
| 293 | return AllocFromMap(mThisType, hotVersion); |
| 294 | } |
| 295 | |
| 296 | BfHotAllocation* BfCompiler::HotData::GetAllocation(BfHotTypeVersion* hotVersion) |
| 297 | { |
no test coverage detected