/art/tools/veridex/ |
D | flow_analysis.cc | 534 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local 541 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction() local 548 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction() local 669 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction() local
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1386 HNewInstance* HInstructionBuilder::BuildNewInstance(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildNewInstance() 2387 dex::TypeIndex type_index, in BuildNewArray() 2401 dex::TypeIndex type_index, in BuildFilledNewArray() 2524 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildLoadClass() 2532 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, in BuildLoadClass() 2581 dex::TypeIndex type_index) { in ResolveClass() 2597 bool HInstructionBuilder::LoadClassNeedsAccessCheck(dex::TypeIndex type_index, in LoadClassNeedsAccessCheck() 2673 dex::TypeIndex type_index, in BuildTypeCheck() 2729 dex::TypeIndex type_index, in BuildTypeCheck() 3481 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local [all …]
|
D | sharpening.cc | 171 dex::TypeIndex type_index = load_class->GetTypeIndex(); in ComputeLoadClassKind() local
|
D | code_generator_arm64.cc | 289 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 4898 dex::TypeIndex type_index, in NewBootImageTypePatch() 4907 dex::TypeIndex type_index = load_class->GetTypeIndex(); in NewBssEntryTypePatch() local 4999 const DexFile& dex_file, dex::TypeIndex type_index, Handle<mirror::Class> handle) { in DeduplicateJitClassLiteral() 5379 dex::TypeIndex type_index = cls->GetTypeIndex(); in VisitLoadClass() local
|
D | inliner.cc | 678 for (const dex::TypeIndex& type_index : dex_pc_data.classes) { in GetInlineCacheAOT() local
|
D | code_generator_arm_vixl.cc | 537 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 9420 const DexFile& dex_file, dex::TypeIndex type_index) { in NewBootImageTypePatch() 9427 dex::TypeIndex type_index = load_class->GetTypeIndex(); in NewTypeBssEntryPatch() local 9506 dex::TypeIndex type_index, in DeduplicateJitClassLiteral()
|
D | code_generator_x86_64.cc | 295 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 1270 dex::TypeIndex type_index) { in RecordBootImageTypePatch() 6379 dex::TypeIndex type_index, in NewJitRootClassPatch()
|
D | code_generator_x86.cc | 317 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 7084 dex::TypeIndex type_index, in NewJitRootClassPatch()
|
/art/libprofile/profile/ |
D | profile_test_helper.h | 129 for (dex::TypeIndex type_index : dex_pc_data.classes) { in EqualInlineCaches() local
|
D | profile_compilation_info.cc | 724 dex::TypeIndex type_index = FindOrCreateTypeIndex(dex_file, descriptor); in AddClass() local 1269 dex::TypeIndex type_index = FindOrCreateTypeIndex(*pmi.ref.dex_file, class_ref); in AddMethod() local 1346 for (const dex::TypeIndex& type_index : dex_pc_data.classes) { in VerifyProfileData() local 1354 for (const dex::TypeIndex& type_index : dex_data->class_set) { in VerifyProfileData() local 1924 for (dex::TypeIndex type_index : other_class_set) { in MergeWith() local 2047 for (dex::TypeIndex type_index : inline_cache_it.second.classes) { in DumpInfo() local 2075 for (dex::TypeIndex type_index : dex_data->class_set) { in DumpInfo() local 2110 for (const dex::TypeIndex& type_index : dex_data->class_set) { in GetClassesAndMethods() local 2477 uint16_t type_index = 0u; in ReadClasses() local 2773 uint16_t type_index = 0u; in ReadMethods() local [all …]
|
D | profile_compilation_info.h | 129 dex::TypeIndex type_index; // the type index of the class member 341 void AddClass(ProfileIndexType profile_index, dex::TypeIndex type_index) { in AddClass() 533 bool ContainsClass(ProfileIndexType profile_index, dex::TypeIndex type_index) const { in ContainsClass() 671 const char* GetTypeDescriptor(const DexFile* dex_file, dex::TypeIndex type_index) const { in GetTypeDescriptor()
|
D | profile_compilation_info_test.cc | 252 for (uint32_t type_index = 0; type_index != num_type_ids1; ++type_index) { in TEST_F() local 256 for (uint32_t type_index = num_type_ids1; type_index != DexFile::kDexNoIndex16; ++type_index) { in TEST_F() local 266 for (uint32_t type_index = 0; type_index != num_type_ids2; ++type_index) { in TEST_F() local 274 for (uint32_t type_index = num_type_ids2; type_index != DexFile::kDexNoIndex16; ++type_index) { in TEST_F() local 676 dex::TypeIndex type_index = *dex_pc_data.classes.begin(); in TEST_F() local
|
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 127 dex::TypeIndex type_index(check_cast.VRegB_21c()); in artThrowClassCastException() local
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 195 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in SearchAnnotationSet() local 355 uint32_t type_index = DecodeUnsignedLeb128(annotation); in ProcessEncodedAnnotation() local 490 dex::TypeIndex type_index(index); in ProcessAnnotationValue() local 773 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in GetAnnotationItemFromAnnotationSet() local 1261 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in IsMethodBuildAnnotationPresent() local
|
/art/runtime/jit/ |
D | profile_saver.cc | 408 dex::TypeIndex type_index; member 681 dex::TypeIndex type_index = in UpdateProfile() local 735 dex::TypeIndex type_index = in UpdateProfile() local
|
D | jit_code_cache.cc | 1555 dex::TypeIndex type_index; in GetProfiledMethods() local
|
/art/profman/ |
D | profman.cc | 831 for (dex::TypeIndex type_index : ic_data.classes) { in GetInlineCacheLine() local 849 for (dex::TypeIndex type_index : dex_data.classes_) { in GetInlineCacheLine() local 875 for (const dex::TypeIndex& type_index : class_types) { in GetClassNamesAndMethods() local 1045 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClassDef() local
|
D | profile_assistant_test.cc | 392 for (dex::TypeIndex type_index : dex_pc_data.classes) { in AssertInlineCaches() local 401 for (dex::TypeIndex type_index : dex_pc_data.classes) { in AssertInlineCaches() local
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 846 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem() local
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 680 dex::TypeIndex type_index( in InitializeTypeCheckBitstrings() local
|
/art/runtime/ |
D | class_linker.cc | 6479 dex::TypeIndex type_index = interfaces_->GetTypeItem(index).type_idx_; in GetInterface() local
|