Home | History | Annotate | Download | only in analysis

Lines Matching refs:targetType

318  * Determine whether or not "instrType" and "targetType" are compatible,
331 * could get kRegTypeUnknown in "targetType" if a field or array class
334 static bool checkFieldArrayStore1nr(RegType instrType, RegType targetType)
336 return (instrType == targetType);