Searched defs:srcType (Results 1 – 3 of 3) sorted by relevance
33 inline bool ConvertPrimitiveValueNoThrow(Primitive::Type srcType, in ConvertPrimitiveValueNoThrow()98 Primitive::Type srcType, in ConvertPrimitiveValue()
145 std::string srcType(srcArray->PrettyTypeOf()); in System_arraycopy() local
494 private static boolean compatibleTypes(char srcType, char dstType) { in compatibleTypes()