diff options
author | 2014-03-03 23:28:09 +0000 | |
---|---|---|
committer | 2014-03-03 23:28:10 +0000 | |
commit | a9242dfd0a9547141ddaba84cd4e2ea0117dff5b (patch) | |
tree | 67d777be044f5b60e2f13ab7968b63c581904ea9 /compiler/driver/compiler_driver.h | |
parent | 762d4e5b9e777ae64c4ba581af9c84b78a5e96a6 (diff) | |
parent | 2da882315a61072664f7ce3c212307342e907207 (diff) |
Merge "Initial changes towards Generic JNI option"
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r-- | compiler/driver/compiler_driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 57c2908bfa..80a6796a4e 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -164,6 +164,8 @@ class CompilerDriver { SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); const std::vector<uint8_t>* CreatePortableToInterpreterBridge() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); + const std::vector<uint8_t>* CreateQuickGenericJniTrampoline() const + SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); const std::vector<uint8_t>* CreateQuickImtConflictTrampoline() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); const std::vector<uint8_t>* CreateQuickResolutionTrampoline() const |