Lines Matching refs:code_item
746 static const TryItem* GetTryItems(const CodeItem& code_item, uint32_t offset);
749 static const byte* GetCatchHandlerData(const CodeItem& code_item, uint32_t offset) { in GetCatchHandlerData() argument
751 reinterpret_cast<const byte*>(GetTryItems(code_item, code_item.tries_size_)); in GetCatchHandlerData()
756 static int32_t FindTryItem(const CodeItem &code_item, uint32_t address);
759 static int32_t FindCatchHandlerOffset(const CodeItem &code_item, uint32_t address);
762 const byte* GetDebugInfoStream(const CodeItem* code_item) const { in GetDebugInfoStream() argument
763 if (code_item->debug_info_off_ == 0) { in GetDebugInfoStream()
766 return begin_ + code_item->debug_info_off_; in GetDebugInfoStream()
845 void DecodeDebugInfo(const CodeItem* code_item, bool is_static, uint32_t method_idx,
938 void DecodeDebugInfo0(const CodeItem* code_item, bool is_static, uint32_t method_idx,
1297 CatchHandlerIterator(const DexFile::CodeItem& code_item, uint32_t address);
1299 CatchHandlerIterator(const DexFile::CodeItem& code_item,
1323 void Init(const DexFile::CodeItem& code_item, int32_t offset);