Home | History | Annotate | Download | only in runtime

Lines Matching refs:code_item

264   // Raw code_item.
750 static const TryItem* GetTryItems(const CodeItem& code_item, uint32_t offset);
753 static const byte* GetCatchHandlerData(const CodeItem& code_item, uint32_t offset) {
755 reinterpret_cast<const byte*>(GetTryItems(code_item, code_item.tries_size_));
760 static int32_t FindTryItem(const CodeItem &code_item, uint32_t address);
763 static int32_t FindCatchHandlerOffset(const CodeItem &code_item, uint32_t address);
766 const byte* GetDebugInfoStream(const CodeItem* code_item) const {
767 if (code_item->debug_info_off_ == 0) {
770 return begin_ + code_item->debug_info_off_;
849 void DecodeDebugInfo(const CodeItem* code_item, bool is_static, uint32_t method_idx,
948 void DecodeDebugInfo0(const CodeItem* code_item, bool is_static, uint32_t method_idx,
1324 CatchHandlerIterator(const DexFile::CodeItem& code_item, uint32_t address);
1326 CatchHandlerIterator(const DexFile::CodeItem& code_item,
1350 void Init(const DexFile::CodeItem& code_item, int32_t offset);