Home
last modified time | relevance | path

Searched refs:GetTypeList (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/tools/lock_agent/
H A Dagent.cpp194 auto proto = builder_->GetProto(returnType, builder_->GetTypeList(types)); in addCall()
209 auto proto = builder_->GetProto(returnType, builder_->GetTypeList( { paramType })); in addCall()
/aosp12/art/dexlayout/
H A Ddex_visualize.cc156 for (const dex_ir::TypeId* t : *type_list->GetTypeList()) { in DumpProtoId()
H A Ddexlayout.cc243 for (const dex_ir::TypeId* type_id : *type_list->GetTypeList()) { in GetSignatureForProtoId()
1118 const dex_ir::TypeIdVector* parameter_type_vector = parameters->GetTypeList(); in DumpCode()
1446 const dex_ir::TypeIdVector* interfaces_vector = interfaces->GetTypeList(); in DumpClass()
1636 for (const dex_ir::TypeId* interface_type : *interfaces->GetTypeList()) { in LayoutStringData()
H A Ddex_verify.cc283 const dex_ir::TypeIdVector* orig_list = orig->GetTypeList(); in VerifyTypeList()
284 const dex_ir::TypeIdVector* output_list = output->GetTypeList(); in VerifyTypeList()
H A Ddex_writer.cc287 size[0] = type_list->GetTypeList()->size(); in WriteTypeLists()
290 for (const dex_ir::TypeId* type_id : *type_list->GetTypeList()) { in WriteTypeLists()
H A Ddex_ir.h644 const TypeIdVector* GetTypeList() const { return type_list_.get(); } in GetTypeList() function