Home
last modified time | relevance | path

Searched refs:GetTypeDescriptorView (Results 1 – 25 of 68) sorted by relevance

123

/aosp_15_r20/art/libdexfile/dex/
H A Dsignature.cc40 result += dex_file_->GetTypeDescriptorView(params->GetTypeItem(i).type_idx_); in ToString()
44 result += dex_file_->GetTypeDescriptorView(proto_id_->return_type_idx_); in ToString()
70 std::string_view param = dex_file_->GetTypeDescriptorView(params->GetTypeItem(i).type_idx_); in operator ==()
81 return tail == dex_file_->GetTypeDescriptorView(proto_id_->return_type_idx_); in operator ==()
H A Dsignature-inl.h85 std::string_view lhs_return_type = dex_file_->GetTypeDescriptorView( in Compare()
87 std::string_view rhs_return_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
104 std::string_view lhs_param_type = dex_file_->GetTypeDescriptorView( in Compare()
106 std::string_view rhs_param_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
H A Dproto_reference.h46 return dex_file->GetTypeDescriptorView(dex_file->GetTypeId(ProtoId().return_type_idx_)); in ReturnType()
75 std::string_view l_param = lhs.dex_file->GetTypeDescriptorView( in SlowCompare()
77 std::string_view r_param = rhs.dex_file->GetTypeDescriptorView( in SlowCompare()
H A Ddex_file-inl.h113 inline std::string_view DexFile::GetTypeDescriptorView(const dex::TypeId& type_id) const { in GetTypeDescriptorView() function
117 inline std::string_view DexFile::GetTypeDescriptorView(dex::TypeIndex type_idx) const { in GetTypeDescriptorView() function
118 return GetTypeDescriptorView(GetTypeId(type_idx)); in GetTypeDescriptorView()
131 return GetTypeDescriptorView(field_id.class_idx_); in GetFieldDeclaringClassDescriptorView()
147 return GetTypeDescriptorView(field_id.type_idx_); in GetFieldTypeDescriptorView()
181 return GetTypeDescriptorView(method_id.class_idx_); in GetMethodDeclaringClassDescriptorView()
H A Dmethod_reference.h60 mr1.dex_file->GetTypeDescriptorView(mid1.class_idx_), in SlowCompare()
61 mr2.dex_file->GetTypeDescriptorView(mid2.class_idx_)); in SlowCompare()
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Dsignature-inl.h85 std::string_view lhs_return_type = dex_file_->GetTypeDescriptorView( in Compare()
87 std::string_view rhs_return_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
104 std::string_view lhs_param_type = dex_file_->GetTypeDescriptorView( in Compare()
106 std::string_view rhs_param_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Dsignature-inl.h85 std::string_view lhs_return_type = dex_file_->GetTypeDescriptorView( in Compare()
87 std::string_view rhs_return_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
104 std::string_view lhs_param_type = dex_file_->GetTypeDescriptorView( in Compare()
106 std::string_view rhs_param_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
Dproto_reference.h46 return dex_file->GetTypeDescriptorView(dex_file->GetTypeId(ProtoId().return_type_idx_)); in ReturnType()
75 std::string_view l_param = lhs.dex_file->GetTypeDescriptorView( in SlowCompare()
77 std::string_view r_param = rhs.dex_file->GetTypeDescriptorView( in SlowCompare()
Ddex_file-inl.h110 inline std::string_view DexFile::GetTypeDescriptorView(const dex::TypeId& type_id) const { in GetTypeDescriptorView() function
114 inline std::string_view DexFile::GetTypeDescriptorView(dex::TypeIndex type_idx) const { in GetTypeDescriptorView() function
115 return GetTypeDescriptorView(GetTypeId(type_idx)); in GetTypeDescriptorView()
128 return GetTypeDescriptorView(field_id.class_idx_); in GetFieldDeclaringClassDescriptorView()
144 return GetTypeDescriptorView(field_id.type_idx_); in GetFieldTypeDescriptorView()
178 return GetTypeDescriptorView(method_id.class_idx_); in GetMethodDeclaringClassDescriptorView()
Dmethod_reference.h60 mr1.dex_file->GetTypeDescriptorView(mid1.class_idx_), in SlowCompare()
61 mr2.dex_file->GetTypeDescriptorView(mid2.class_idx_)); in SlowCompare()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Dsignature-inl.h85 std::string_view lhs_return_type = dex_file_->GetTypeDescriptorView( in Compare()
87 std::string_view rhs_return_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
104 std::string_view lhs_param_type = dex_file_->GetTypeDescriptorView( in Compare()
106 std::string_view rhs_param_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Dsignature-inl.h85 std::string_view lhs_return_type = dex_file_->GetTypeDescriptorView( in Compare()
87 std::string_view rhs_return_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
104 std::string_view lhs_param_type = dex_file_->GetTypeDescriptorView( in Compare()
106 std::string_view rhs_param_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
Dproto_reference.h46 return dex_file->GetTypeDescriptorView(dex_file->GetTypeId(ProtoId().return_type_idx_)); in ReturnType()
75 std::string_view l_param = lhs.dex_file->GetTypeDescriptorView( in SlowCompare()
77 std::string_view r_param = rhs.dex_file->GetTypeDescriptorView( in SlowCompare()
Ddex_file-inl.h110 inline std::string_view DexFile::GetTypeDescriptorView(const dex::TypeId& type_id) const { in GetTypeDescriptorView() function
114 inline std::string_view DexFile::GetTypeDescriptorView(dex::TypeIndex type_idx) const { in GetTypeDescriptorView() function
115 return GetTypeDescriptorView(GetTypeId(type_idx)); in GetTypeDescriptorView()
128 return GetTypeDescriptorView(field_id.class_idx_); in GetFieldDeclaringClassDescriptorView()
144 return GetTypeDescriptorView(field_id.type_idx_); in GetFieldTypeDescriptorView()
178 return GetTypeDescriptorView(method_id.class_idx_); in GetMethodDeclaringClassDescriptorView()
Dmethod_reference.h60 mr1.dex_file->GetTypeDescriptorView(mid1.class_idx_), in SlowCompare()
61 mr2.dex_file->GetTypeDescriptorView(mid2.class_idx_)); in SlowCompare()
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Dsignature-inl.h85 std::string_view lhs_return_type = dex_file_->GetTypeDescriptorView( in Compare()
87 std::string_view rhs_return_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
104 std::string_view lhs_param_type = dex_file_->GetTypeDescriptorView( in Compare()
106 std::string_view rhs_param_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
Dproto_reference.h46 return dex_file->GetTypeDescriptorView(dex_file->GetTypeId(ProtoId().return_type_idx_)); in ReturnType()
75 std::string_view l_param = lhs.dex_file->GetTypeDescriptorView( in SlowCompare()
77 std::string_view r_param = rhs.dex_file->GetTypeDescriptorView( in SlowCompare()
Ddex_file-inl.h110 inline std::string_view DexFile::GetTypeDescriptorView(const dex::TypeId& type_id) const { in GetTypeDescriptorView() function
114 inline std::string_view DexFile::GetTypeDescriptorView(dex::TypeIndex type_idx) const { in GetTypeDescriptorView() function
115 return GetTypeDescriptorView(GetTypeId(type_idx)); in GetTypeDescriptorView()
128 return GetTypeDescriptorView(field_id.class_idx_); in GetFieldDeclaringClassDescriptorView()
144 return GetTypeDescriptorView(field_id.type_idx_); in GetFieldTypeDescriptorView()
178 return GetTypeDescriptorView(method_id.class_idx_); in GetMethodDeclaringClassDescriptorView()
Dmethod_reference.h60 mr1.dex_file->GetTypeDescriptorView(mid1.class_idx_), in SlowCompare()
61 mr2.dex_file->GetTypeDescriptorView(mid2.class_idx_)); in SlowCompare()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Dsignature-inl.h85 std::string_view lhs_return_type = dex_file_->GetTypeDescriptorView( in Compare()
87 std::string_view rhs_return_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
104 std::string_view lhs_param_type = dex_file_->GetTypeDescriptorView( in Compare()
106 std::string_view rhs_param_type = rhs.dex_file_->GetTypeDescriptorView( in Compare()
Dproto_reference.h46 return dex_file->GetTypeDescriptorView(dex_file->GetTypeId(ProtoId().return_type_idx_)); in ReturnType()
75 std::string_view l_param = lhs.dex_file->GetTypeDescriptorView( in SlowCompare()
77 std::string_view r_param = rhs.dex_file->GetTypeDescriptorView( in SlowCompare()
Ddex_file-inl.h110 inline std::string_view DexFile::GetTypeDescriptorView(const dex::TypeId& type_id) const { in GetTypeDescriptorView() function
114 inline std::string_view DexFile::GetTypeDescriptorView(dex::TypeIndex type_idx) const { in GetTypeDescriptorView() function
115 return GetTypeDescriptorView(GetTypeId(type_idx)); in GetTypeDescriptorView()
128 return GetTypeDescriptorView(field_id.class_idx_); in GetFieldDeclaringClassDescriptorView()
144 return GetTypeDescriptorView(field_id.type_idx_); in GetFieldTypeDescriptorView()
178 return GetTypeDescriptorView(method_id.class_idx_); in GetMethodDeclaringClassDescriptorView()
Dmethod_reference.h60 mr1.dex_file->GetTypeDescriptorView(mid1.class_idx_), in SlowCompare()
61 mr2.dex_file->GetTypeDescriptorView(mid2.class_idx_)); in SlowCompare()
/aosp_15_r20/art/tools/veridex/
H A Dhidden_api.cc85 ss << dex_file.GetTypeDescriptorView(method_id.class_idx_) in GetApiMethodName()
95 ss << dex_file.GetTypeDescriptorView(field_id.class_idx_) in GetApiFieldName()
/aosp_15_r20/art/runtime/
H A Dart_field-inl.h352 inline std::string_view ArtField::GetTypeDescriptorView() { in GetTypeDescriptorView() function
374 return ProxyFindSystemClass(GetTypeDescriptorView()); in LookupResolvedType()
384 return ProxyFindSystemClass(GetTypeDescriptorView()); in ResolveType()

123