| 5702 | } |
| 5703 | |
| 5704 | int BfCompiler::GetDynCastVDataCount() |
| 5705 | { |
| 5706 | int dynElements = 1 + mMaxInterfaceSlots; |
| 5707 | return ((dynElements * 4) + mSystem->mPtrSize - 1) / mSystem->mPtrSize; |
| 5708 | } |
| 5709 | |
| 5710 | |
| 5711 |
no outgoing calls
no test coverage detected