summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/dex_file.h')
-rw-r--r--runtime/dex_file.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/dex_file.h b/runtime/dex_file.h
index 944a30849f..73b8c30d96 100644
--- a/runtime/dex_file.h
+++ b/runtime/dex_file.h
@@ -1032,6 +1032,10 @@ class DexFile {
ALWAYS_INLINE const StandardDexFile* AsStandardDexFile() const;
ALWAYS_INLINE const CompactDexFile* AsCompactDexFile() const;
+ DexFileContainer* GetContainer() const {
+ return container_.get();
+ }
+
protected:
DexFile(const uint8_t* base,
size_t size,