Lines Matching full:codeitem
263 struct CodeItem {
273 DISALLOW_COPY_AND_ASSIGN(CodeItem);
676 const CodeItem* GetCodeItem(const uint32_t code_off) const {
681 return reinterpret_cast<const CodeItem*>(addr);
746 static const TryItem* GetTryItems(const CodeItem& code_item, uint32_t offset);
749 static const byte* GetCatchHandlerData(const CodeItem& code_item, uint32_t offset) {
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 {
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,
1172 const DexFile::CodeItem* GetMethodCodeItem() const {
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);