From 3fa1b7e7a7fc9785ba4e8335d730e5caf6343322 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 13 Mar 2012 17:06:22 -0700 Subject: Unify the invoke stubs and replace "oat" with "Art" in the API. Change-Id: Ic1529d7568bd5297fdce4da69ede67c2f48487a4 --- src/compiler_llvm/compiler_llvm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler_llvm/compiler_llvm.cc') diff --git a/src/compiler_llvm/compiler_llvm.cc b/src/compiler_llvm/compiler_llvm.cc index 5a3725e184..c5e620b859 100644 --- a/src/compiler_llvm/compiler_llvm.cc +++ b/src/compiler_llvm/compiler_llvm.cc @@ -224,7 +224,7 @@ void ensureCompilerLLVM(art::Compiler& compiler) { } // anonymous namespace -extern "C" art::CompiledMethod* oatCompileMethod(art::Compiler& compiler, +extern "C" art::CompiledMethod* ArtCompileMethod(art::Compiler& compiler, const art::DexFile::CodeItem* code_item, uint32_t access_flags, uint32_t method_idx, const art::ClassLoader* class_loader, -- cgit v1.2.3-59-g8ed1b