| 299 | } |
| 300 | |
| 301 | BfHotDevirtualizedMethod* BfCompiler::HotData::GetDevirtualizedMethod(BfHotMethod* hotMethod) |
| 302 | { |
| 303 | return AllocFromMap(mDevirtualizedMethods, hotMethod); |
| 304 | } |
| 305 | |
| 306 | BfHotFunctionReference* BfCompiler::HotData::GetFunctionReference(BfHotMethod* hotMethod) |
| 307 | { |
no test coverage detected