Searched defs:srcType (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/native/ |
D | java_lang_System.c | 39 char srcType, dstType; in Dalvik_java_lang_System_arraycopy() local
|
D | java_lang_reflect_Field.c | 325 PrimitiveType srcType = convPrimType(typeNum); in Dalvik_java_lang_reflect_Field_setPrimitiveField() local
|
/dalvik/vm/analysis/ |
D | CodeVerify.c | 249 static bool canConvertTo1nr(RegType srcType, RegType checkType) in canConvertTo1nr() 288 static bool canConvertTo2(RegType srcType, RegType checkType) in canConvertTo2() 1519 RegType srcType = insnRegs[vsrc]; in verifyRegisterType() local 1918 DecodedInstruction* pDecInsn, RegType dstType, RegType srcType, in checkUnop() 1960 DecodedInstruction* pDecInsn, RegType dstType, RegType srcType, in checkLitop() 3805 RegType srcType, indexType; in verifyInstruction() local 3977 RegType srcType, dstType, indexType; in verifyInstruction() local 4259 RegType srcType, fieldType, objType; in verifyInstruction() local 4514 RegType srcType, fieldType; in verifyInstruction() local
|
/dalvik/vm/reflect/ |
D | Reflect.c | 913 int dvmConvertPrimitiveValue(PrimitiveType srcType, in dvmConvertPrimitiveValue() 989 PrimitiveType srcType; in dvmConvertArgument() local
|