Searched refs:instrType (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/analysis/
H A DCodeVerify.cpp318 * Determine whether or not "instrType" and "targetType" are compatible,
334 static bool checkFieldArrayStore1nr(RegType instrType, RegType targetType) argument
336 return (instrType == targetType);

Completed in 49 milliseconds