summaryrefslogtreecommitdiff
path: root/src/dex_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dex_file.h')
-rw-r--r--src/dex_file.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dex_file.h b/src/dex_file.h
index b4c6c470d9..014bd6e018 100644
--- a/src/dex_file.h
+++ b/src/dex_file.h
@@ -183,6 +183,13 @@ class DexFile {
uint16_t insns_[1];
};
+ // Raw try_item.
+ struct TryItem {
+ uint32_t start_addr_;
+ uint16_t insn_count_;
+ uint16_t handler_off_;
+ };
+
// Partially decoded form of class_data_item.
struct ClassDataHeader {
uint32_t static_fields_size_; // the number of static fields