Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/
DException.h242 void dvmThrowArrayStoreExceptionIncompatibleArrays(ClassObject* source, ClassObject* destination);
DException.cpp1225 void dvmThrowArrayStoreExceptionIncompatibleArrays(ClassObject* source, ClassObject* destination) in dvmThrowArrayStoreExceptionIncompatibleArrays() argument
1229 source, destination); in dvmThrowArrayStoreExceptionIncompatibleArrays()
/dalvik/vm/mterp/
DNOTES.txt34 result into the specified destination register. Using a virtual register
/dalvik/opcode-gen/
Dbytecode.txt27 # opcodes effectively take three, with a destination and two sources
28 # where the destination and one of the sources have to be the same.