| 113 | } |
| 114 | |
| 115 | inline CodeItemDataAccessor::CodeItemDataAccessor(const DexFile& dex_file, |
| 116 | const DexFile::CodeItem* code_item) { |
| 117 | Init(dex_file, code_item); |
| 118 | } |
| 119 | |
| 120 | inline IterationRange<const DexFile::TryItem*> CodeItemDataAccessor::TryItems() const { |
| 121 | const DexFile::TryItem* try_items = DexFile::GetTryItems(end(), 0u); |
nothing calls this directly
no outgoing calls
no test coverage detected