| 15583 | } |
| 15584 | |
| 15585 | void BfModule::HadSlotCountDependency() |
| 15586 | { |
| 15587 | if (mCompiler->mIsResolveOnly) |
| 15588 | return; |
| 15589 | BF_ASSERT(!mBfIRBuilder->mIgnoreWrites); |
| 15590 | BF_ASSERT((mUsedSlotCount == BF_MAX(mCompiler->mMaxInterfaceSlots, 0)) || (mUsedSlotCount == -1)); |
| 15591 | mUsedSlotCount = BF_MAX(mCompiler->mMaxInterfaceSlots, 0); |
| 15592 | } |
| 15593 | |
| 15594 | BfTypedValue BfModule::GetCompilerFieldValue(const StringImpl& str) |
| 15595 | { |
no outgoing calls
no test coverage detected