Home
last modified time | relevance | path

Searched refs:types_map (Results 1 – 5 of 5) sorted by relevance

/tools/dexter/slicer/
Dcode_ir.cc79 handler.ir_type = dex_ir->types_map[type_index]; in DisassembleTryBlocks()
636 return Alloc<Type>(dex_ir->types_map[index], index); in GetIndexedOperand()
666 auto ir_type = (index == dex::kNoIndex) ? nullptr : dex_ir->types_map[index]; in GetType()
Ddex_ir_builder.cc108 auto& ir_node = dex_ir_->types_map[new_index]; in GetType()
Dreader.cc165 auto& p = dex_ir_->types_map[index]; in GetType()
Dwriter.cc1141 index = dex_ir_->types_map.at(index)->index; in MapTypeIndex()
/tools/dexter/slicer/export/slicer/
Ddex_ir.h403 std::map<dex::u4, Type*> types_map; member