summaryrefslogtreecommitdiff
path: root/runtime/quick/inline_method_analyser.h
diff options
context:
space:
mode:
author Fred Shih <ffred@google.com> 2014-08-06 10:46:37 -0700
committer Fred Shih <ffred@google.com> 2014-08-06 14:53:43 -0700
commite7f82e2515f47f3c3292281312d7031a34a58ffc (patch)
tree13ee86f3d650a901c7251fb1d08e1c3b0241d67c /runtime/quick/inline_method_analyser.h
parentb9dbab627bdc3570d5f41cfd6de80ff3b70e1783 (diff)
Added support for patching classes from different dex files.
Added support for class patching from different dex files and moved ScopedObjectAccess from the quick compiler to driver. Slight refactoring for clarity. Bug: 16656190 Change-Id: I107fcbce75db42ca61321ea1c5d5f236680a1b3d
Diffstat (limited to 'runtime/quick/inline_method_analyser.h')
-rw-r--r--runtime/quick/inline_method_analyser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/quick/inline_method_analyser.h b/runtime/quick/inline_method_analyser.h
index 23b9aed92e..c4d51cb173 100644
--- a/runtime/quick/inline_method_analyser.h
+++ b/runtime/quick/inline_method_analyser.h
@@ -53,7 +53,7 @@ enum InlineMethodOpcode : uint16_t {
kIntrinsicRint,
kIntrinsicRoundFloat,
kIntrinsicRoundDouble,
- kIntrinsicGet,
+ kIntrinsicReferenceGet,
kIntrinsicCharAt,
kIntrinsicCompareTo,
kIntrinsicIsEmptyOrLength,