Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_visualize.cc193 for (dex_ir::TypeId* type_id : fixups->TypeIds()) { in DumpMethodItem()
Ddex_verify.cc39 !VerifyIds(orig.TypeIds(), output.TypeIds(), "type ids", error_msg) || in VerifyOutputDexFile()
Ddex_ir.h211 CollectionVector<TypeId>::Vector& TypeIds() { return type_ids_.Collection(); } in TypeIds() function
274 return TypeIds()[index].get(); in GetTypeId()
1042 const std::vector<TypeId*>& TypeIds() const { return type_ids_; } in TypeIds() function
Ddex_writer.cc270 for (std::unique_ptr<dex_ir::TypeId>& type_id : header_->GetCollections().TypeIds()) { in WriteTypeIds()