| 5742 | } |
| 5743 | |
| 5744 | int BfCompiler::GetVTableMethodOffset() |
| 5745 | { |
| 5746 | if (mOptions.mHasVDataExtender) |
| 5747 | return 1; |
| 5748 | return 0; |
| 5749 | } |
| 5750 | |
| 5751 | bool BfCompiler::DoWorkLoop(bool onlyReifiedTypes, bool onlyReifiedMethods) |
| 5752 | { |
no outgoing calls
no test coverage detected