aboutsummaryrefslogtreecommitdiff
path: root/en/devices/tech/dalvik/instruction-formats.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/tech/dalvik/instruction-formats.html')
-rw-r--r--en/devices/tech/dalvik/instruction-formats.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/en/devices/tech/dalvik/instruction-formats.html b/en/devices/tech/dalvik/instruction-formats.html
index ab30d8a2..746be50e 100644
--- a/en/devices/tech/dalvik/instruction-formats.html
+++ b/en/devices/tech/dalvik/instruction-formats.html
@@ -6,7 +6,7 @@
</head>
<body>
<!--
- Copyright 2017 The Android Open Source Project
+ Copyright 2018 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -291,10 +291,14 @@ the correspondence.</p>
<td>21c</td>
<td><i><code>op</code></i> vAA, type@BBBB<br/>
<i><code>op</code></i> vAA, field@BBBB<br/>
+ <i><code>op</code></i> vAA, method_handle@BBBB<br/>
+ <i><code>op</code></i> vAA, proto@BBBB<br/>
<i><code>op</code></i> vAA, string@BBBB
</td>
<td>check-cast<br/>
const-class<br/>
+ const-method-handle<br/>
+ const-method-type<br/>
const-string
</td>
</tr>