Home
last modified time | relevance | path

Searched refs:change (Results 1 – 3 of 3) sorted by relevance

/dalvik/opcode-gen/
DREADME.txt21 If you want to add, delete, or change opcodes:
46 * If you change anything here, be sure to try running the system with
51 If you want to add, delete, or change instruction formats:
/dalvik/dx/src/com/android/dx/cf/code/
DExecutionStack.java274 public void change(int n, TypeBearer type) { in change() method in ExecutionStack
DMerger.java127 result.change(i, resultType); in mergeStack()