Home
last modified time | relevance | path

Searched refs:type_index (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/slicer/
Ddebuginfo_encoder.cc74 auto type_index = dbg_annotation->CastOperand<Type>(2)->index; in Visit() local
78 dbginfo_.PushULeb128(type_index + 1); in Visit()
84 auto type_index = dbg_annotation->CastOperand<Type>(2)->index; in Visit() local
89 dbginfo_.PushULeb128(type_index + 1); in Visit()
Dreader.cc564 dex::u4 type_index = dex::ReadULeb128(pptr); in ParseAnnotation() local
567 ir_annotation->type = GetType(type_index); in ParseAnnotation()
655 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in ExtractDebugInfo() local
656 if (type_index != dex::kNoIndex) { in ExtractDebugInfo()
657 GetType(type_index); in ExtractDebugInfo()
670 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in ExtractDebugInfo() local
671 if (type_index != dex::kNoIndex) { in ExtractDebugInfo()
672 GetType(type_index); in ExtractDebugInfo()
747 dex::u4 type_index = dex::ReadULeb128(&ptr); in ExtractCode() local
748 GetType(type_index); in ExtractCode()
Dcode_ir.cc79 dex::u4 type_index = dex::ReadULeb128(&ptr); in DissasembleTryBlocks() local
80 handler.ir_type = dex_ir->types_map[type_index]; in DissasembleTryBlocks()
173 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in DissasembleDebugInfo() local
174 annotation->operands.push_back(GetType(type_index)); in DissasembleDebugInfo()
188 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in DissasembleDebugInfo() local
189 annotation->operands.push_back(GetType(type_index)); in DissasembleDebugInfo()
Dwriter.cc779 dex::u4 type_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo() local
780 data.PushULeb128(MapTypeIndex(type_index) + 1); in WriteDebugInfo()
790 dex::u4 type_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo() local
791 data.PushULeb128(MapTypeIndex(type_index) + 1); in WriteDebugInfo()
919 dex::u4 type_index = dex::ReadULeb128(&ptr); in WriteTryBlocks() local
920 handlers_list.PushULeb128(MapTypeIndex(type_index)); in WriteTryBlocks()