diff options
author | 2015-10-06 17:04:01 -0700 | |
---|---|---|
committer | 2015-10-07 09:50:25 -0700 | |
commit | 3cfa4d05afa76e19ca99ec964b535a15c73683f0 (patch) | |
tree | 28c4950dff3700f69e3d32fc496890a722cfc379 /compiler/driver/compiler_driver.h | |
parent | f4156986d1ba5b6dd7dfe89754c8562557cd1bc5 (diff) |
ART: Remove interpreter entrypoints
These are no longer used as entrypoints. Make them proper runtime
functions local to the interpreter.
Bump oat version.
Change-Id: Icdd92e20eafc5668b68eeebf55cf624560f462b3
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r-- | compiler/driver/compiler_driver.h | 4 |
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 |