Home
last modified time | relevance | path

Searched defs:ir_type (Results 1 – 6 of 6) sorted by relevance

/tools/dexter/slicer/
Ddex_ir_builder.cc96 for (const auto& ir_type : dex_ir_->types) { in GetType() local
103 auto ir_type = dex_ir_->Alloc<Type>(); in GetType() local
Dcode_ir.cc617 auto ir_type = (index == dex::kNoIndex) ? nullptr : dex_ir->types_map[index]; in GetType() local
Dwriter.cc566 const auto& ir_type = types[i]; in FillTypes() local
639 for (auto ir_type : types) { in WriteTypeList() local
Dreader.cc793 auto ir_type = dex_ir_->Alloc<ir::Type>(); in ParseType() local
/tools/dexter/dexter/
Ddissasembler.cc199 auto ir_type = type->ir_type; in Visit() local
/tools/dexter/slicer/export/slicer/
Dcode_ir.h197 ir::Type* ir_type; member
353 ir::Type* ir_type = nullptr; member