diff options
Diffstat (limited to 'vm/compiler/codegen/x86/CalloutHelper.h')
-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 |