Searched refs:type_index (Results 1 – 4 of 4) sorted by relevance
74 auto type_index = dbg_annotation->CastOperand<Type>(2)->index; in Visit() local78 dbginfo_.PushULeb128(type_index + 1); in Visit()84 auto type_index = dbg_annotation->CastOperand<Type>(2)->index; in Visit() local89 dbginfo_.PushULeb128(type_index + 1); in Visit()
564 dex::u4 type_index = dex::ReadULeb128(pptr); in ParseAnnotation() local567 ir_annotation->type = GetType(type_index); in ParseAnnotation()655 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in ExtractDebugInfo() local656 if (type_index != dex::kNoIndex) { in ExtractDebugInfo()657 GetType(type_index); in ExtractDebugInfo()670 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in ExtractDebugInfo() local671 if (type_index != dex::kNoIndex) { in ExtractDebugInfo()672 GetType(type_index); in ExtractDebugInfo()747 dex::u4 type_index = dex::ReadULeb128(&ptr); in ExtractCode() local748 GetType(type_index); in ExtractCode()
79 dex::u4 type_index = dex::ReadULeb128(&ptr); in DissasembleTryBlocks() local80 handler.ir_type = dex_ir->types_map[type_index]; in DissasembleTryBlocks()173 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in DissasembleDebugInfo() local174 annotation->operands.push_back(GetType(type_index)); in DissasembleDebugInfo()188 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in DissasembleDebugInfo() local189 annotation->operands.push_back(GetType(type_index)); in DissasembleDebugInfo()
779 dex::u4 type_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo() local780 data.PushULeb128(MapTypeIndex(type_index) + 1); in WriteDebugInfo()790 dex::u4 type_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo() local791 data.PushULeb128(MapTypeIndex(type_index) + 1); in WriteDebugInfo()919 dex::u4 type_index = dex::ReadULeb128(&ptr); in WriteTryBlocks() local920 handlers_list.PushULeb128(MapTypeIndex(type_index)); in WriteTryBlocks()