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