summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2015-10-07 16:59:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-10-07 16:59:56 +0000
commit9be16fe2cd19a555092512c16afde50f79e80e3d (patch)
tree28c4950dff3700f69e3d32fc496890a722cfc379 /compiler/driver/compiler_driver.h
parentf4156986d1ba5b6dd7dfe89754c8562557cd1bc5 (diff)
parent3cfa4d05afa76e19ca99ec964b535a15c73683f0 (diff)
Merge "ART: Remove interpreter entrypoints"
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h
index 11e782f437..0dc8261aac 100644
--- a/compiler/driver/compiler_driver.h
+++ b/compiler/driver/compiler_driver.h
@@ -155,10 +155,6 @@ class CompilerDriver {
}
// Generate the trampolines that are invoked by unresolved direct methods.
- const std::vector<uint8_t>* CreateInterpreterToInterpreterBridge() const
- SHARED_REQUIRES(Locks::mutator_lock_);
- const std::vector<uint8_t>* CreateInterpreterToCompiledCodeBridge() const
- SHARED_REQUIRES(Locks::mutator_lock_);
const std::vector<uint8_t>* CreateJniDlsymLookup() const
SHARED_REQUIRES(Locks::mutator_lock_);
const std::vector<uint8_t>* CreateQuickGenericJniTrampoline() const