Searched defs:dstType (Results 1 – 3 of 3) sorted by relevance
34 Primitive::Type dstType, in ConvertPrimitiveValueNoThrow()99 Primitive::Type dstType, in ConvertPrimitiveValue()
146 std::string dstType(dstArray->PrettyTypeOf()); in System_arraycopy() local
494 private static boolean compatibleTypes(char srcType, char dstType) { in compatibleTypes()