Lines Matching refs:in
4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
23 * Update the file bytecode.txt, in this directory.
25 * Run the regen-all script, in this directory. This will regenerate a
26 number of tables, definitions, and declarations in the code, in
29 * Implement/update the opcode in C in vm/mterp/c/...
33 * Implement/update the instruction in assembly in vm/mterp/{arm*,x86*}/...
35 in mterp/config-* and running "int:fast" as above.
37 * Implement/update the instruction in
40 * Rebuild the interpreter code. See the notes in vm/mterp/ReadMe.txt for
43 * Look in the directory vm/analysis at the files CodeVerify.c,
47 the verifier enabled (which is in fact the default).
57 * Update the instruction format list in libdex/InstrUtils.h.
59 * Update dexDecodeInstruction() in libdex/InstrUtils.c.
61 * Update dumpInstruction() and its helper code in dexdump/DexDump.c.
63 * Update the switch inside dvmCompilerMIR2LIR() in
71 The Dalvik VM tests (in the vm/tests directory) provide a convenient