/art/runtime/ |
D | dex_file-inl.h | 65 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx() 73 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx() 82 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_); in GetFieldTypeDescriptor() 91 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_); in GetMethodDeclaringClassDescriptor() 173 const DexFile::TypeId& return_type_id = dex_file_->GetTypeId(proto_id_->return_type_idx_); 175 rhs.dex_file_->GetTypeId(rhs.proto_id_->return_type_idx_); 190 const DexFile::TypeId& param_id = dex_file_->GetTypeId(params->GetTypeItem(i).type_idx_); 192 rhs.dex_file_->GetTypeId(rhs_params->GetTypeItem(i).type_idx_);
|
D | type_reference.h | 54 StringReference sr1(tr1.dex_file, tr1.dex_file->GetTypeId(tr1.type_index).descriptor_idx_); in operator() 55 StringReference sr2(tr2.dex_file, tr2.dex_file->GetTypeId(tr2.type_index).descriptor_idx_); in operator()
|
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 | type_lookup_table.cc | 82 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in TypeLookupTable() 96 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in TypeLookupTable()
|
D | dex_file_test.cc | 500 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F() 515 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F() 517 const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_); in TEST_F()
|
D | art_method-inl.h | 346 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(proto_id.return_type_idx_)); in GetReturnTypeDescriptor() 356 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx)); in GetTypeDescriptorFromTypeIdx()
|
D | dex_file.cc | 796 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId() 835 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId() 1340 const DexFile::TypeId& type_id = GetTypeId(type_idx); in PrettyType()
|
D | dex_file.h | 591 const TypeId& GetTypeId(dex::TypeIndex idx) const { in GetTypeId() function 645 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_); in GetFieldDeclaringClassDescriptor()
|
D | dex_file_verifier.cc | 174 return CheckLoadStringByIdx(dex_file_->GetTypeId(type_idx).descriptor_idx_, error_string); in CheckLoadStringByTypeIdx() 1007 const DexFile::TypeId& type_id = dex_file_->GetTypeId(dex_file_->GetFieldId(index).type_idx_); in CheckStaticFieldTypes()
|
/art/dexlayout/ |
D | dex_verify.cc | 642 if (orig->GetTypeId()->GetIndex() != output->GetTypeId()->GetIndex()) { in VerifyEncodedValue() 645 orig->GetTypeId()->GetIndex(), in VerifyEncodedValue() 646 output->GetTypeId()->GetIndex()); in VerifyEncodedValue() 1093 if (orig_handler->GetTypeId() == nullptr || output_handler->GetTypeId() == nullptr) { in VerifyHandler() 1094 if (orig_handler->GetTypeId() != output_handler->GetTypeId()) { in VerifyHandler() 1100 } else if (orig_handler->GetTypeId()->GetIndex() != output_handler->GetTypeId()->GetIndex()) { in VerifyHandler() 1104 orig_handler->GetTypeId()->GetIndex(), in VerifyHandler() 1105 output_handler->GetTypeId()->GetIndex()); in VerifyHandler()
|
D | dex_ir.cc | 145 type_ids->push_back(collections.GetTypeId(index)); in GetIdFromInstruction() 276 item->SetTypeId(GetTypeId(string_index)); in ReadEncodedValue() 310 item->SetEncodedAnnotation(new EncodedAnnotation(GetTypeId(type_idx), elements)); in ReadEncodedValue() 333 const DexFile::TypeId& disk_type_id = dex_file.GetTypeId(dex::TypeIndex(i)); in CreateTypeId() 344 GetTypeId(disk_proto_id.return_type_idx_.index_), in CreateProtoId() 351 FieldId* field_id = new FieldId(GetTypeId(disk_field_id.class_idx_.index_), in CreateFieldId() 352 GetTypeId(disk_field_id.type_idx_.index_), in CreateFieldId() 359 MethodId* method_id = new MethodId(GetTypeId(disk_method_id.class_idx_.index_), in CreateMethodId() 367 const TypeId* class_type = GetTypeId(disk_class_def.class_idx_.index_); in CreateClassDef() 405 type_vector->push_back(GetTypeId(dex_type_list->GetTypeItem(index).type_idx_.index_)); in CreateTypeList()
|
D | dex_writer.cc | 164 length = EncodeUIntValue(encoded_value->GetTypeId()->GetIndex(), buffer); in WriteEncodedValue() 450 if (handler->GetTypeId() != nullptr) { in WriteCodeItems() 451 list_offset += WriteUleb128(handler->GetTypeId()->GetIndex(), list_offset); in WriteCodeItems()
|
D | dex_ir.h | 222 TypeId* GetTypeId(uint32_t index) { in GetTypeId() function 255 return index == DexFile::kDexNoIndex16 ? nullptr : GetTypeId(index); in GetTypeIdOrNullPtr() 672 TypeId* GetTypeId() const { return u_.type_val_; } in GetTypeId() function 834 const TypeId* GetTypeId() const { return type_id_; } in GetTypeId() function
|
D | dexlayout.cc | 418 const char* tp = header->GetCollections().GetTypeId(index)->GetStringId()->Data(); in IndexString() 550 dex_ir::TypeId* type_id = data->GetTypeId(); in DumpEncodedValue() 813 const dex_ir::TypeId* type_id = handler->GetTypeId(); in DumpCatches()
|
/art/compiler/utils/ |
D | test_dex_file_builder_test.cc | 67 dex_file->GetTypeDescriptor(dex_file->GetTypeId(dex::TypeIndex(i)))) << i; in TEST()
|
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 246 char GetTypeId(Primitive::Type type) { in GetTypeId() function in art::HGraphVisualizerPrinter 396 load_class->GetDexFile().GetTypeId(load_class->GetTypeIndex())); in VisitLoadClass() 572 input_list.NewEntryStream() << GetTypeId(input->GetType()) << input->GetId(); in PrintInstruction() 586 vregs.NewEntryStream() << GetTypeId(insn->GetType()) << insn->GetId(); in PrintInstruction() 687 << GetTypeId(instruction->GetType()) << instruction->GetId() << " "; in PrintInstructions() 810 output_ << instruction->GetId() << " " << GetTypeId(instruction->GetType()) in VisitBasicBlock()
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 232 const DexFile::TypeId& lhs = this_method->GetDexFile()->GetTypeId( in Executable_compareMethodParametersInternal() 234 const DexFile::TypeId& rhs = other_method->GetDexFile()->GetTypeId( in Executable_compareMethodParametersInternal()
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 103 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def->class_idx_); in GetClassDescriptorStringId() 121 const DexFile::TypeId& type_id = dex_file.GetTypeId(type_idx); in TryGetClassDescriptorStringId() 123 const DexFile::TypeId& klass_type_id = klass_dex.GetTypeId(klass->GetClassDef()->class_idx_); in TryGetClassDescriptorStringId() 968 …StringPiece type(dex_file.StringDataByIdx(dex_file.GetTypeId(field_id.type_idx_).descriptor_idx_)); in VerifyFields()
|
/art/profman/ |
D | profman.cc | 479 const DexFile::TypeId& type_id = dex_file->GetTypeId(type_index); in GetClassNamesAndMethods() 488 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_))); in GetClassNamesAndMethods() 702 dex_file->GetTypeId(class_ref.type_index), *name_id, *proto_id); in FindMethodIndex()
|
/art/compiler/driver/ |
D | compiler_driver_test.cc | 123 << " " << dex.GetTypeDescriptor(dex.GetTypeId(dex::TypeIndex(i))); in TEST_F()
|
D | compiler_driver.cc | 1126 const DexFile::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses() 2225 const DexFile::TypeId& class_type_id = dex_file.GetTypeId(class_def.class_idx_); in Visit() 2247 const DexFile::TypeId& class_type_id = dex_file.GetTypeId(class_def->class_idx_); in TryInitializeClass()
|
/art/runtime/openjdkjvmti/ |
D | ti_redefine.cc | 1371 const art::DexFile::TypeId& declaring_class_id = dex_file_->GetTypeId(class_def.class_idx_); in UpdateMethods() 1385 old_dex_file.GetTypeId( in UpdateMethods()
|
/art/runtime/mirror/ |
D | class-inl.h | 838 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in DescriptorEquals()
|
D | class.cc | 968 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in GetDescriptor()
|
/art/runtime/jit/ |
D | profile_compilation_info.cc | 1681 const DexFile::TypeId& type_id = dex_file->GetTypeId(type_idx); in GetClassDescriptors()
|