summaryrefslogtreecommitdiff
path: root/vm/mterp/c/OP_FILLED_NEW_ARRAY_JUMBO.cpp
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2012-04-01 00:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2012-06-21 10:38:11 -0700
commit41febc2d70dc46595932f5a383bafc1dae296607 (patch)
treee2f340784edb0c58bc3bc5bb890dc40254310bdd /vm/mterp/c/OP_FILLED_NEW_ARRAY_JUMBO.cpp
downloaddalvik-snapshot-ics-mr1.tar.gz
Snapshot 1c7e1e149d3dcf3949c76ae594ca9c1ca20392f9ics-mr1
Diffstat (limited to 'vm/mterp/c/OP_FILLED_NEW_ARRAY_JUMBO.cpp')
-rw-r--r--vm/mterp/c/OP_FILLED_NEW_ARRAY_JUMBO.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/vm/mterp/c/OP_FILLED_NEW_ARRAY_JUMBO.cpp b/vm/mterp/c/OP_FILLED_NEW_ARRAY_JUMBO.cpp
new file mode 100644
index 0000000..dfbc31b
--- /dev/null
+++ b/vm/mterp/c/OP_FILLED_NEW_ARRAY_JUMBO.cpp
@@ -0,0 +1,3 @@
+HANDLE_OPCODE(OP_FILLED_NEW_ARRAY_JUMBO /*{vCCCC..v(CCCC+BBBB-1)}, class@AAAAAAAA*/)
+ GOTO_invoke(filledNewArray, true, true);
+OP_END