Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dcode_ir.cc80 handler.ir_type = dex_ir->types_map[type_index]; in DissasembleTryBlocks()
602 return Alloc<Type>(dex_ir->types_map[index], index); in GetIndexedOperand()
617 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.cc140 auto& p = dex_ir_->types_map[index]; in GetType()
Dwriter.cc1079 index = dex_ir_->types_map.at(index)->index; in MapTypeIndex()
/tools/dexter/slicer/export/slicer/
Ddex_ir.h391 std::map<dex::u4, Type*> types_map; member