| 304 | } |
| 305 | |
| 306 | BfHotFunctionReference* BfCompiler::HotData::GetFunctionReference(BfHotMethod* hotMethod) |
| 307 | { |
| 308 | return AllocFromMap(mFuncPtrs, hotMethod); |
| 309 | } |
| 310 | |
| 311 | BfHotInnerMethod* BfCompiler::HotData::GetInnerMethod(BfHotMethod* hotMethod) |
| 312 | { |
no test coverage detected