diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-12-22 12:01:23 -0800 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2010-12-22 12:01:23 -0800 |
commit | 0d1aac383a4bdce9feaad2f614df42234c2dcced (patch) | |
tree | 507d062fd6a71ba96818de72c45a8fddd4449220 /vm/compiler/codegen/x86 | |
parent | a7a2d108b10803e2b96a56ffb3957561f5534e79 (diff) | |
download | android_dalvik-0d1aac383a4bdce9feaad2f614df42234c2dcced.tar.gz android_dalvik-0d1aac383a4bdce9feaad2f614df42234c2dcced.tar.bz2 android_dalvik-0d1aac383a4bdce9feaad2f614df42234c2dcced.zip |
Revert "Remove inline natives for an unused performance test."
This reverts commit 7ecd89dc02ce00c425788bd4989bdb6cde9a618a.
Change-Id: I427635b7e3f7be45cfde78b8046dab3b23b64562
Diffstat (limited to 'vm/compiler/codegen/x86')
-rw-r--r-- | vm/compiler/codegen/x86/CalloutHelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/compiler/codegen/x86/CalloutHelper.h b/vm/compiler/codegen/x86/CalloutHelper.h index 735740598..3229a267b 100644 --- a/vm/compiler/codegen/x86/CalloutHelper.h +++ b/vm/compiler/codegen/x86/CalloutHelper.h @@ -54,6 +54,7 @@ Object* dvmAllocObject(ClassObject* clazz, int flags); // OP_NEW_INSTANCE * Functions declared in gDvmInlineOpsTable[] are used for * OP_EXECUTE_INLINE & OP_EXECUTE_INLINE_RANGE. * + * org_apache_harmony_dalvik_NativeTestTarget_emptyInlineMethod * javaLangString_charAt * javaLangString_compareTo * javaLangString_equals |