summaryrefslogtreecommitdiff
path: root/runtime/class_linker.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r--runtime/class_linker.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h
index 660e4be20e..bc9f5931ee 100644
--- a/runtime/class_linker.h
+++ b/runtime/class_linker.h
@@ -954,10 +954,13 @@ class EXPORT ClassLinker {
REQUIRES_SHARED(Locks::mutator_lock_);
virtual bool IsTransactionAborted() const;
- // Vist transaction roots for AOT compilation.
+ // Visit transaction roots for AOT compilation.
virtual void VisitTransactionRoots(RootVisitor* visitor)
REQUIRES_SHARED(Locks::mutator_lock_);
+ // Get transactional switch interpreter entrypoint for AOT compilation.
+ virtual const void* GetTransactionalInterpreter();
+
void RemoveDexFromCaches(const DexFile& dex_file);
ClassTable* GetBootClassTable() REQUIRES_SHARED(Locks::classlinker_classes_lock_) {
return boot_class_table_.get();