Lines Matching refs:CodeItem
623 const CodeItem* code_item = GetCodeItem(method->GetCodeItemOffset());
633 int32_t DexFile::FindTryItem(const CodeItem &code_item, uint32_t address) {
657 int32_t DexFile::FindCatchHandlerOffset(const CodeItem &code_item, uint32_t address) {
666 void DexFile::DecodeDebugInfo0(const CodeItem* code_item, bool is_static, uint32_t method_idx,
828 void DexFile::DecodeDebugInfo(const CodeItem* code_item, bool is_static, uint32_t method_idx,
1043 CatchHandlerIterator::CatchHandlerIterator(const DexFile::CodeItem& code_item, uint32_t address) {
1068 CatchHandlerIterator::CatchHandlerIterator(const DexFile::CodeItem& code_item,
1074 void CatchHandlerIterator::Init(const DexFile::CodeItem& code_item,