Home
last modified time | relevance | path

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

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