Lines Matching refs:CodeItem
266 struct CodeItem { struct
276 DISALLOW_COPY_AND_ASSIGN(CodeItem); argument
697 const CodeItem* GetCodeItem(const uint32_t code_off) const { in GetCodeItem()
702 return reinterpret_cast<const CodeItem*>(addr); in GetCodeItem()
767 static const TryItem* GetTryItems(const CodeItem& code_item, uint32_t offset);
770 static const uint8_t* GetCatchHandlerData(const CodeItem& code_item, uint32_t offset) { in GetCatchHandlerData()
777 static int32_t FindTryItem(const CodeItem &code_item, uint32_t address);
780 static int32_t FindCatchHandlerOffset(const CodeItem &code_item, uint32_t address);
783 const uint8_t* GetDebugInfoStream(const CodeItem* code_item) const { in GetDebugInfoStream()
867 void DecodeDebugInfo(const CodeItem* code_item, bool is_static, uint32_t method_idx,
973 void DecodeDebugInfo0(const CodeItem* code_item, bool is_static, uint32_t method_idx,
1231 const DexFile::CodeItem* GetMethodCodeItem() const { in GetMethodCodeItem()
1356 CatchHandlerIterator(const DexFile::CodeItem& code_item, uint32_t address);
1358 CatchHandlerIterator(const DexFile::CodeItem& code_item,
1382 void Init(const DexFile::CodeItem& code_item, int32_t offset);