| 10649 | } |
| 10650 | |
| 10651 | void CeMachine::QueueStaticField(BfFieldInstance* fieldInstance, const StringImpl& mangledFieldName) |
| 10652 | { |
| 10653 | if (mCurBuilder != NULL) |
| 10654 | mCurBuilder->mStaticFieldInstanceMap[mangledFieldName] = fieldInstance; |
| 10655 | } |
| 10656 | |
| 10657 | void CeMachine::ClearTypeData(BfTypeInstance* typeInstance) |
| 10658 | { |
no outgoing calls
no test coverage detected