Searched defs:dstType (Results 1 – 3 of 3) sorted by relevance
32 Primitive::Type srcType, Primitive::Type dstType, in ConvertPrimitiveValue()
138 std::string dstType(PrettyTypeOf(dstArray)); in System_arraycopy() local
486 private static boolean compatibleTypes(char srcType, char dstType) { in compatibleTypes()