summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2011-01-25 16:39:12 -0800
committerDan Bornstein <danfuzz@android.com>2011-01-30 12:40:37 -0800
commit3c5df37a2df7368eb274eb097e9cfa2ccc7fffb6 (patch)
tree316b0e92f65b6fe83036eefce65db14bf9c238b3 /docs
parent2cbe105e2b4362d54f10a03b44a344b46f931f5a (diff)
downloadandroid_dalvik-3c5df37a2df7368eb274eb097e9cfa2ccc7fffb6.tar.gz
android_dalvik-3c5df37a2df7368eb274eb097e9cfa2ccc7fffb6.tar.bz2
android_dalvik-3c5df37a2df7368eb274eb097e9cfa2ccc7fffb6.zip
Basic facility to read/write bytecode.
These classes are meant for reading and writing bytecode at the lowest possible level, in particular without layering any interpretation of the instructions beyond understanding the instruction formats. (For example, constant indices remain numbers and aren't tied to objects representing constants.) This patch represents a work-in-progress that compiles but is as yet not hooked up to anything else. Hooking it all up will happen in one or more follow-on patches. Change-Id: Ifd3b3ff0925dc9dc3d82e507dc1be83cb560031d
Diffstat (limited to 'docs')
-rw-r--r--docs/instruction-formats.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/instruction-formats.html b/docs/instruction-formats.html
index af5b09c78..ada1bb26c 100644
--- a/docs/instruction-formats.html
+++ b/docs/instruction-formats.html
@@ -250,9 +250,9 @@ the correspondence.</p>
<tr>
<td>AA|<i>op</i> BBBB</td></td>
<td>20bc</td>
- <td><i><code>op</code></i> BB, kind@AAAA</td>
+ <td><i><code>op</code></i> AA, kind@BBBB</td>
<td><i>suggested format for statically determined verification errors;
- B is the type of error and A is an index into a type-appropriate
+ A is the type of error and B is an index into a type-appropriate
table (e.g. method references for a no-such-method error)</i></td>
</tr>
<tr>