Home
last modified time | relevance | path

Searched defs:srcType (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dreflection-inl.h33 inline bool ConvertPrimitiveValueNoThrow(Primitive::Type srcType, in ConvertPrimitiveValueNoThrow()
98 Primitive::Type srcType, in ConvertPrimitiveValue()
/art/runtime/native/
Djava_lang_System.cc145 std::string srcType(srcArray->PrettyTypeOf()); in System_arraycopy() local
/art/test/064-field-access/src/
DMain.java494 private static boolean compatibleTypes(char srcType, char dstType) { in compatibleTypes()