Home | History | Annotate | Download | only in runtime

Lines Matching full:codeitem

265   struct CodeItem {
275 DISALLOW_COPY_AND_ASSIGN(CodeItem);
680 const CodeItem* GetCodeItem(const uint32_t code_off) const {
685 return reinterpret_cast<const CodeItem*>(addr);
750 static const TryItem* GetTryItems(const CodeItem& code_item, uint32_t offset);
753 static const byte* GetCatchHandlerData(const CodeItem& code_item, uint32_t offset) {
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 {
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,
1199 const DexFile::CodeItem* GetMethodCodeItem() const {
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);