Home
last modified time | relevance | path

Searched defs:type_index (Results 1 – 25 of 25) sorted by relevance

/art/tools/veridex/
Dflow_analysis.cc534 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/
Dinstruction_builder.cc1518 HNewInstance* HInstructionBuilder::BuildNewInstance(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildNewInstance()
2532 dex::TypeIndex type_index, in BuildNewArray()
2546 dex::TypeIndex type_index, in BuildFilledNewArray()
2672 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildLoadClass()
2680 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, in BuildLoadClass()
2729 dex::TypeIndex type_index) { in ResolveClass()
2745 bool HInstructionBuilder::LoadClassNeedsAccessCheck(dex::TypeIndex type_index, in LoadClassNeedsAccessCheck()
2822 dex::TypeIndex type_index, in BuildTypeCheck()
2878 dex::TypeIndex type_index, in BuildTypeCheck()
3712 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local
[all …]
Djit_patches_arm64.cc98 dex::TypeIndex type_index, in DeduplicateJitClassLiteral()
Dfast_compiler_arm64.cc997 dex::TypeIndex type_index, in BuildNewInstance()
1050 bool FastCompilerARM64::BuildCheckCast(uint32_t vreg, dex::TypeIndex type_index, uint32_t dex_pc) { in BuildCheckCast()
1808 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction() local
2195 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction() local
Dsharpening.cc178 dex::TypeIndex type_index = load_class->GetTypeIndex(); in ComputeLoadClassKind() local
Dcode_generator_arm64.cc335 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
5295 dex::TypeIndex type_index, in NewBootImageTypePatch()
5302 dex::TypeIndex type_index, in NewAppImageTypePatch()
5311 dex::TypeIndex type_index = load_class->GetTypeIndex(); in NewBssEntryTypePatch() local
5771 dex::TypeIndex type_index = cls->GetTypeIndex(); in VisitLoadClass() local
5791 dex::TypeIndex type_index = cls->GetTypeIndex(); in VisitLoadClass() local
Dinliner.cc789 for (const dex::TypeIndex& type_index : dex_pc_data.classes) { in GetInlineCacheAOT() local
Dcode_generator_riscv64.cc429 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
6641 const DexFile& dex_file, dex::TypeIndex type_index, const PcRelativePatchInfo* info_high) { in NewBootImageTypePatch()
6646 const DexFile& dex_file, dex::TypeIndex type_index, const PcRelativePatchInfo* info_high) { in NewAppImageTypePatch()
6660 dex::TypeIndex type_index = load_class->GetTypeIndex(); in NewTypeBssEntryPatch() local
6722 dex::TypeIndex type_index, in DeduplicateJitClassLiteral()
Dcode_generator_arm_vixl.cc512 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
9752 const DexFile& dex_file, dex::TypeIndex type_index) { in NewBootImageTypePatch()
9757 const DexFile& dex_file, dex::TypeIndex type_index) { in NewAppImageTypePatch()
9764 dex::TypeIndex type_index = load_class->GetTypeIndex(); in NewTypeBssEntryPatch() local
9843 dex::TypeIndex type_index, in DeduplicateJitClassLiteral()
Dcode_generator_x86_64.cc323 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
1322 dex::TypeIndex type_index) { in RecordBootImageTypePatch()
1328 dex::TypeIndex type_index) { in RecordAppImageTypePatch()
6732 dex::TypeIndex type_index, in NewJitRootClassPatch()
Dcode_generator_x86.cc317 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
7411 dex::TypeIndex type_index, in NewJitRootClassPatch()
/art/libprofile/profile/
Dprofile_test_helper.h133 for (dex::TypeIndex type_index : dex_pc_data.classes) { in EqualInlineCaches() local
Dprofile_compilation_info.cc738 dex::TypeIndex type_index = FindOrCreateTypeIndex(dex_file, descriptor); in AddClass() local
1415 dex::TypeIndex type_index = FindOrCreateTypeIndex(*pmi.ref.dex_file, class_ref); in AddMethod() local
1492 for (const dex::TypeIndex& type_index : dex_pc_data.classes) { in VerifyProfileData() local
1500 for (const dex::TypeIndex& type_index : dex_data->class_set) { in VerifyProfileData() local
2070 for (dex::TypeIndex type_index : other_class_set) { in MergeWith() local
2193 for (dex::TypeIndex type_index : inline_cache_it.second.classes) { in DumpInfo() local
2221 for (dex::TypeIndex type_index : dex_data->class_set) { in DumpInfo() local
2256 for (const dex::TypeIndex& type_index : dex_data->class_set) { in GetClassesAndMethods() local
2672 uint16_t type_index = 0u; in ReadClasses() local
2968 uint16_t type_index = 0u; in ReadMethods() local
[all …]
Dprofile_compilation_info.h129 dex::TypeIndex type_index; // the type index of the class member
344 void AddClass(ProfileIndexType profile_index, dex::TypeIndex type_index) { in AddClass()
532 bool ContainsClass(ProfileIndexType profile_index, dex::TypeIndex type_index) const { in ContainsClass()
Dprofile_compilation_info_test.cc258 for (uint32_t type_index = 0; type_index != num_type_ids1; ++type_index) { in TEST_F() local
262 for (uint32_t type_index = num_type_ids1; type_index != DexFile::kDexNoIndex16; ++type_index) { in TEST_F() local
272 for (uint32_t type_index = 0; type_index != num_type_ids2; ++type_index) { in TEST_F() local
280 for (uint32_t type_index = num_type_ids2; type_index != DexFile::kDexNoIndex16; ++type_index) { in TEST_F() local
688 dex::TypeIndex type_index = *dex_pc_data.classes.begin(); in TEST_F() local
/art/runtime/verifier/
Dreg_type_cache-inl.h86 inline const RegType& RegTypeCache::FromTypeIndex(dex::TypeIndex type_index) { in FromTypeIndex()
Dreg_type_cache.cc121 const RegType& RegTypeCache::FromTypeIndexUncached(dex::TypeIndex type_index) { in FromTypeIndexUncached()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc149 dex::TypeIndex type_index(check_cast.VRegB_21c()); in artThrowClassCastException() local
/art/runtime/dex/
Ddex_file_annotations.cc195 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in SearchAnnotationSet() local
361 uint32_t type_index = DecodeUnsignedLeb128(annotation); in ProcessEncodedAnnotation() local
496 dex::TypeIndex type_index(index); in ProcessAnnotationValue() local
778 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in GetAnnotationItemFromAnnotationSet() local
1296 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in IsMethodBuildAnnotationPresent() local
2024 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in VisitClassAnnotations() local
/art/runtime/jit/
Dprofile_saver.cc377 dex::TypeIndex type_index; member
634 dex::TypeIndex type_index = in UpdateProfile() local
688 dex::TypeIndex type_index = in UpdateProfile() local
Djit_code_cache.cc1600 dex::TypeIndex type_index; in GetProfiledMethods() local
/art/profman/
Dprofman.cc827 for (const dex::TypeIndex& type_index : class_types) { in GetClassNamesAndMethods() local
1003 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClassDef() local
Dprofile_assistant_test.cc394 for (dex::TypeIndex type_index : dex_pc_data.classes) { in AssertInlineCaches() local
404 for (dex::TypeIndex type_index : dex_pc_data.classes) { in AssertInlineCaches() local
/art/dex2oat/driver/
Dcompiler_driver.cc689 dex::TypeIndex type_index( in InitializeTypeCheckBitstrings() local
/art/runtime/
Dclass_linker.cc3283 dex::TypeIndex type_index, in FindClass()
7199 dex::TypeIndex type_index = interfaces_->GetTypeItem(index).type_idx_; in GetInterface() local