Home
last modified time | relevance | path

Searched refs:opcodes (Results 1 – 10 of 10) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/code/
DOutputFinisher.java412 Dop[] opcodes = makeOpcodesArray(); in finishProcessingAndGetList() local
413 reserveRegisters(opcodes); in finishProcessingAndGetList()
415 align64bits(opcodes); in finishProcessingAndGetList()
417 massageInstructions(opcodes); in finishProcessingAndGetList()
454 private boolean reserveRegisters(Dop[] opcodes) { in reserveRegisters() argument
463 int newReservedCount = calculateReservedCount(opcodes); in reserveRegisters()
510 private int calculateReservedCount(Dop[] opcodes) { in calculateReservedCount() argument
523 Dop originalOpcode = opcodes[i]; in calculateReservedCount()
541 opcodes[i] = newOpcode; in calculateReservedCount()
624 private void massageInstructions(Dop[] opcodes) { in massageInstructions() argument
[all …]
/dalvik/opcode-gen/
DREADME.txt16 Notes on updating the sets of defined opcodes and instruction formats
21 If you want to add, delete, or change opcodes:
53 This is a more manual affair than changing opcodes.
73 particular, test 003-omnibus-opcodes will exercise most of the
74 opcodes.
Dbytecode.txt27 # opcodes effectively take three, with a destination and two sources
61 # unknown -- used for undefined opcodes and breakpoint
88 # Regular opcodes (with a couple holes)
314 # Optimized opcodes (not valid in an unoptimized dex file)
/dalvik/dx/tests/103-verify-branch-ops/
Dinfo.txt1 This tests branch opcodes to verify that their arguments are actually of
/dalvik/dx/tests/105-verify-load-store-ops/
Dinfo.txt1 This tests that load and store opcodes verify that their arguments are
/dalvik/dx/tests/106-verify-object-ops/
Dinfo.txt1 This tests that the various "objecty" opcodes verify that their
/dalvik/dx/tests/107-verify-stack-ops/
Dinfo.txt1 This tests that the various stack manipulation opcodes verify that their
/dalvik/dx/tests/101-verify-wide-math/
Dinfo.txt1 This tests that wide-taking (category-2) "calculation" opcodes (math
/dalvik/dx/tests/104-verify-return-ops/
Dinfo.txt1 This tests that return opcodes verify that their arguments are actually of
/dalvik/dx/tests/102-verify-nonwide-math/
Dinfo.txt1 This tests that non-wide-taking (category-1) "calculation" opcodes (math