diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-12-22 05:20:31 -0800 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2010-12-22 05:20:31 -0800 |
commit | 7ecd89dc02ce00c425788bd4989bdb6cde9a618a (patch) | |
tree | bd75c8331e1cbab95de970a6cc1b699b3645c8aa /vm/compiler/codegen/x86 | |
parent | 039167e7894ae16880f51fa0b4d44316318aae1e (diff) | |
download | android_dalvik-7ecd89dc02ce00c425788bd4989bdb6cde9a618a.tar.gz android_dalvik-7ecd89dc02ce00c425788bd4989bdb6cde9a618a.tar.bz2 android_dalvik-7ecd89dc02ce00c425788bd4989bdb6cde9a618a.zip |
Remove inline natives for an unused performance test.
Change-Id: I80cfb918bdf174aeb6de83909c840563f6b945dd
Diffstat (limited to 'vm/compiler/codegen/x86')
-rw-r--r-- | vm/compiler/codegen/x86/CalloutHelper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vm/compiler/codegen/x86/CalloutHelper.h b/vm/compiler/codegen/x86/CalloutHelper.h index 3229a267b..735740598 100644 --- a/vm/compiler/codegen/x86/CalloutHelper.h +++ b/vm/compiler/codegen/x86/CalloutHelper.h @@ -54,7 +54,6 @@ 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 |