| 309 | } |
| 310 | |
| 311 | BfHotInnerMethod* BfCompiler::HotData::GetInnerMethod(BfHotMethod* hotMethod) |
| 312 | { |
| 313 | return AllocFromMap(mInnerMethods, hotMethod); |
| 314 | } |
| 315 | |
| 316 | BfHotVirtualDeclaration* BfCompiler::HotData::GetVirtualDeclaration(BfHotMethod* hotMethod) |
| 317 | { |
no test coverage detected