Home
last modified time | relevance | path

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

/dalvik/vm/native/
Djava_lang_System.c39 char srcType, dstType; in Dalvik_java_lang_System_arraycopy() local
/dalvik/vm/analysis/
DCodeVerify.c1930 DecodedInstruction* pDecInsn, RegType dstType, RegType srcType, in checkUnop()
1979 DecodedInstruction* pDecInsn, RegType dstType, RegType srcType, in checkLitop()
2001 DecodedInstruction* pDecInsn, RegType dstType, RegType srcType1, in checkBinop()
2021 DecodedInstruction* pDecInsn, RegType dstType, RegType srcType1, in checkBinop2addr()
4139 RegType dstType, indexType; in verifyInstruction() local
4193 RegType dstType, indexType; in verifyInstruction() local
4268 RegType srcType, dstType, indexType; in verifyInstruction() local
4470 RegType dstType; in verifyInstruction() local
4747 RegType dstType; in verifyInstruction() local
/dalvik/vm/reflect/
DReflect.c914 PrimitiveType dstType, const s4* srcPtr, s4* dstPtr) in dvmConvertPrimitiveValue()