Home | History | Annotate | Download | only in runtime

Lines Matching defs:CodeItem

223   struct CodeItem {
233 DISALLOW_COPY_AND_ASSIGN(CodeItem);
624 const CodeItem* GetCodeItem(const uint32_t code_off) const {
629 return reinterpret_cast<const CodeItem*>(addr);
689 static const TryItem* GetTryItems(const CodeItem& code_item, uint32_t offset);
692 static const byte* GetCatchHandlerData(const CodeItem& code_item, uint32_t offset) {
699 static int32_t FindTryItem(const CodeItem &code_item, uint32_t address);
702 static int32_t FindCatchHandlerOffset(const CodeItem &code_item, uint32_t address);
705 const byte* GetDebugInfoStream(const CodeItem* code_item) const {
788 void DecodeDebugInfo(const CodeItem* code_item, bool is_static, uint32_t method_idx,
867 void DecodeDebugInfo0(const CodeItem* code_item, bool is_static, uint32_t method_idx,
1041 const DexFile::CodeItem* GetMethodCodeItem() const {
1165 CatchHandlerIterator(const DexFile::CodeItem& code_item, uint32_t address);
1167 CatchHandlerIterator(const DexFile::CodeItem& code_item,
1191 void Init(const DexFile::CodeItem& code_item, int32_t offset);