diff options
| author | 2012-03-13 17:06:22 -0700 | |
|---|---|---|
| committer | 2012-03-13 18:33:25 -0700 | |
| commit | 3fa1b7e7a7fc9785ba4e8335d730e5caf6343322 (patch) | |
| tree | b20075991a2f9260d043accf818f629d368baec0 /src/compiler_llvm/compiler_llvm.cc | |
| parent | 2f1deb5753ef39b82752fd01e7bc0fc4c15004b1 (diff) | |
Unify the invoke stubs and replace "oat" with "Art" in the API.
Change-Id: Ic1529d7568bd5297fdce4da69ede67c2f48487a4
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.cc')
| -rw-r--r-- | src/compiler_llvm/compiler_llvm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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, |