Home
last modified time | relevance | path

Searched refs:GetTypeId (Results 1 – 25 of 33) sorted by relevance

12

/art/libdexfile/dex/
Dsignature-inl.h51 const dex::TypeId& return_type_id = dex_file_->GetTypeId(proto_id_->return_type_idx_);
53 rhs.dex_file_->GetTypeId(rhs.proto_id_->return_type_idx_);
68 const dex::TypeId& param_id = dex_file_->GetTypeId(params->GetTypeItem(i).type_idx_);
70 rhs.dex_file_->GetTypeId(rhs_params->GetTypeItem(i).type_idx_);
Dtype_reference.h47 StringReference sr1(tr1.dex_file, tr1.dex_file->GetTypeId(tr1.TypeIndex()).descriptor_idx_); in operator()
48 StringReference sr2(tr2.dex_file, tr2.dex_file->GetTypeId(tr2.TypeIndex()).descriptor_idx_); in operator()
Dtest_dex_file_builder_test.cc66 dex_file->GetTypeDescriptor(dex_file->GetTypeId(dex::TypeIndex(i)))) << i; in TEST()
Dart_dex_file_loader_test.cc266 const dex::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
281 const dex::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
283 const dex::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_); in TEST_F()
Dtype_lookup_table.cc51 const dex::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in Create()
66 const dex::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in Create()
Ddex_file-inl.h85 const dex::TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
93 const dex::TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
102 const dex::TypeId& type_id = GetTypeId(field_id.type_idx_); in GetFieldTypeDescriptor()
112 const dex::TypeId& type_id = GetTypeId(method_id.class_idx_); in GetMethodDeclaringClassDescriptor()
Ddex_file.cc334 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId()
354 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId()
572 const TypeId& type_id = GetTypeId(type_idx); in PrettyType()
Ddex_file.h286 const dex::TypeId& GetTypeId(dex::TypeIndex idx) const { in GetTypeId() function
340 const dex::TypeId& type_id = GetTypeId(field_id.class_idx_); in GetFieldDeclaringClassDescriptor()
/art/runtime/
Dimtable-inl.h61 dex_file->GetTypeDescriptor(dex_file->GetTypeId(proto_id.return_type_idx_))); in GetImtHashComponents()
71 dex_file->GetTypeDescriptor(dex_file->GetTypeId(type.type_idx_))); in GetImtHashComponents()
Dart_method-inl.h283 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(GetReturnTypeIndex())); in GetReturnTypeDescriptor()
293 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx)); in GetTypeDescriptorFromTypeIdx()
/art/dexlayout/
Ddex_verify.cc655 if (orig->GetTypeId()->GetIndex() != output->GetTypeId()->GetIndex()) { in VerifyEncodedValue()
658 orig->GetTypeId()->GetIndex(), in VerifyEncodedValue()
659 output->GetTypeId()->GetIndex()); in VerifyEncodedValue()
1021 if (orig_handler->GetTypeId() == nullptr || output_handler->GetTypeId() == nullptr) { in VerifyHandler()
1022 if (orig_handler->GetTypeId() != output_handler->GetTypeId()) { in VerifyHandler()
1028 } else if (orig_handler->GetTypeId()->GetIndex() != output_handler->GetTypeId()->GetIndex()) { in VerifyHandler()
1032 orig_handler->GetTypeId()->GetIndex(), in VerifyHandler()
1033 output_handler->GetTypeId()->GetIndex()); in VerifyHandler()
Ddex_writer.cc156 length = EncodeUIntValue(encoded_value->GetTypeId()->GetIndex(), buffer); in WriteEncodedValue()
559 if (handler->GetTypeId() != nullptr) { in WriteCodeItemPostInstructionData()
560 stream->WriteUleb128(handler->GetTypeId()->GetIndex()); in WriteCodeItemPostInstructionData()
Ddex_ir.h798 TypeId* GetTypeId() const { return u_.type_val_; } in GetTypeId() function
958 const TypeId* GetTypeId() const { return type_id_; } in GetTypeId() function
Ddexlayout.cc540 dex_ir::TypeId* type_id = data->GetTypeId(); in DumpEncodedValue()
802 const dex_ir::TypeId* type_id = handler->GetTypeId(); in DumpCatches()
Ddex_ir_builder.cc438 const dex::TypeId& disk_type_id = dex_file.GetTypeId(dex::TypeIndex(i)); in CreateTypeId()
/art/profman/
Dboot_image_profile.cc43 const dex::TypeId& type_id = ref.dex_file->GetTypeId(ref.TypeIndex()); in GetTypeDescriptor()
52 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_))); in BootImageRepresentation()
Dprofman.cc748 const dex::TypeId& type_id = dex_file->GetTypeId(type_index); in GetClassNamesAndMethods()
757 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_))); in GetClassNamesAndMethods()
982 dex_file->GetTypeId(class_ref.TypeIndex()), *name_id, *proto_id); in FindMethodIndex()
/art/runtime/native/
Djava_lang_reflect_Executable.cc301 const dex::TypeId& lhs = this_method->GetDexFile()->GetTypeId( in Executable_compareMethodParametersInternal()
303 const dex::TypeId& rhs = other_method->GetDexFile()->GetTypeId( in Executable_compareMethodParametersInternal()
/art/runtime/verifier/
Dverifier_deps.cc117 const dex::TypeId& type_id = dex_file.GetTypeId(class_def->class_idx_); in GetClassDescriptorStringId()
135 const dex::TypeId& type_id = dex_file.GetTypeId(type_idx); in TryGetClassDescriptorStringId()
137 const dex::TypeId& klass_type_id = klass_dex.GetTypeId(klass->GetClassDef()->class_idx_); in TryGetClassDescriptorStringId()
1099 dex_file.StringDataByIdx(dex_file.GetTypeId(field_id.type_idx_).descriptor_idx_)); in VerifyFields()
/art/dex2oat/driver/
Dcompiler_driver_test.cc136 << "type_idx=" << i << " " << dex.GetTypeDescriptor(dex.GetTypeId(dex::TypeIndex(i))); in TEST_F()
Dcompiler_driver.cc1163 const dex::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses()
2201 const dex::TypeId& class_type_id = dex_file.GetTypeId(class_def.class_idx_); in Visit()
2226 const dex::TypeId& class_type_id = dex_file.GetTypeId(class_def->class_idx_); in TryInitializeClass()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc220 dex_file->StringDataByIdx(dex_file->GetTypeId(dex::TypeIndex(i)).descriptor_idx_)); in ProcessDexFiles()
/art/compiler/optimizing/
Dgraph_visualizer.cc386 load_class->GetDexFile().GetTypeId(load_class->GetTypeIndex())); in VisitLoadClass()
Dinstruction_builder.cc1305 if (Primitive::GetType(dex_file.GetTypeDescriptor(dex_file.GetTypeId( in HasTrivialClinit()
2104 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(type_index)); in BuildNewArray()
/art/runtime/mirror/
Dclass-inl.h882 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorEquals()

12