Lines Matching full:codeitem
711 const CodeItem* code_item = GetCodeItem(method->GetCodeItemOffset());
721 int32_t DexFile::FindTryItem(const CodeItem &code_item, uint32_t address) {
745 int32_t DexFile::FindCatchHandlerOffset(const CodeItem &code_item, uint32_t address) {
754 void DexFile::DecodeDebugInfo0(const CodeItem* code_item, bool is_static, uint32_t method_idx,
917 void DexFile::DecodeDebugInfo(const CodeItem* code_item, bool is_static, uint32_t method_idx,
1224 CatchHandlerIterator::CatchHandlerIterator(const DexFile::CodeItem& code_item, uint32_t address) {
1249 CatchHandlerIterator::CatchHandlerIterator(const DexFile::CodeItem& code_item,
1255 void CatchHandlerIterator::Init(const DexFile::CodeItem& code_item,