/art/libdexfile/dex/ |
D | signature-inl.h | 51 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_);
|
D | type_reference.h | 47 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()
|
D | test_dex_file_builder_test.cc | 66 dex_file->GetTypeDescriptor(dex_file->GetTypeId(dex::TypeIndex(i)))) << i; in TEST()
|
D | dex_file-inl.h | 85 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()
|
D | type_lookup_table.cc | 51 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()
|
D | art_dex_file_loader_test.cc | 275 const dex::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F() 290 const dex::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F() 292 const dex::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_); in TEST_F()
|
D | dex_file.cc | 351 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId() 371 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId() 590 const TypeId& type_id = GetTypeId(type_idx); in PrettyType()
|
D | dex_file.h | 290 const dex::TypeId& GetTypeId(dex::TypeIndex idx) const { in GetTypeId() function 351 const dex::TypeId& type_id = GetTypeId(field_id.class_idx_); in GetFieldDeclaringClassDescriptor()
|
/art/runtime/ |
D | imtable-inl.h | 61 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()
|
D | art_method-inl.h | 291 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(GetReturnTypeIndex())); in GetReturnTypeDescriptor() 301 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx)); in GetTypeDescriptorFromTypeIdx()
|
/art/dexlayout/ |
D | dex_verify.cc | 655 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()
|
D | dex_writer.cc | 156 length = EncodeUIntValue(encoded_value->GetTypeId()->GetIndex(), buffer); in WriteEncodedValue() 559 if (handler->GetTypeId() != nullptr) { in WriteCodeItemPostInstructionData() 560 stream->WriteUleb128(handler->GetTypeId()->GetIndex()); in WriteCodeItemPostInstructionData()
|
D | dex_ir.h | 798 TypeId* GetTypeId() const { return u_.type_val_; } in GetTypeId() function 958 const TypeId* GetTypeId() const { return type_id_; } in GetTypeId() function
|
D | dexlayout.cc | 540 dex_ir::TypeId* type_id = data->GetTypeId(); in DumpEncodedValue() 802 const dex_ir::TypeId* type_id = handler->GetTypeId(); in DumpCatches()
|
D | dex_ir_builder.cc | 438 const dex::TypeId& disk_type_id = dex_file.GetTypeId(dex::TypeIndex(i)); in CreateTypeId()
|
/art/profman/ |
D | boot_image_profile.cc | 43 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()
|
D | profman.cc | 842 dump_ic << dex_file->GetTypeDescriptor(dex_file->GetTypeId(target)); in GetInlineCacheLine() 884 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_))); in GetClassNamesAndMethods() 1104 dex_file->GetTypeId(class_ref.TypeIndex()), *name_id, *proto_id); in FindMethodIndex()
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 301 const dex::TypeId& lhs = this_method->GetDexFile()->GetTypeId( in Executable_compareMethodParametersInternal() 303 const dex::TypeId& rhs = other_method->GetDexFile()->GetTypeId( in Executable_compareMethodParametersInternal()
|
/art/dex2oat/driver/ |
D | compiler_driver_test.cc | 136 << "type_idx=" << i << " " << dex.GetTypeDescriptor(dex.GetTypeId(dex::TypeIndex(i))); in TEST_F()
|
D | compiler_driver.cc | 1080 const dex::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses() 2110 const dex::TypeId& class_type_id = dex_file.GetTypeId(class_def.class_idx_); in Visit() 2137 const dex::TypeId& class_type_id = dex_file.GetTypeId(class_def->class_idx_); in TryInitializeClass()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 220 dex_file->StringDataByIdx(dex_file->GetTypeId(dex::TypeIndex(i)).descriptor_idx_)); in ProcessDexFiles()
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 103 const dex::TypeId& type_id = dex_file.GetTypeId(class_def->class_idx_); in GetClassDescriptorStringId()
|
/art/runtime/mirror/ |
D | class-inl.h | 882 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorEquals()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1426 if (Primitive::GetType(dex_file.GetTypeDescriptor(dex_file.GetTypeId( in HasTrivialClinit() 2239 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(type_index)); in BuildNewArray()
|
/art/dexdump/ |
D | dexdump.cc | 1783 const dex::TypeId& type_id = pDexFile->GetTypeId(type_idx); in dumpCallSite()
|