/art/tools/veridex/ |
D | flow_analysis.cc | 503 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local 510 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction() local 517 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction() local 638 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction() local
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1082 HNewInstance* HInstructionBuilder::BuildNewInstance(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildNewInstance() 1701 dex::TypeIndex type_index, in BuildFilledNewArray() 1852 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildLoadClass() 1874 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, in BuildLoadClass() 1918 dex::TypeIndex type_index, in BuildTypeCheck() 1939 bool HInstructionBuilder::NeedsAccessCheck(dex::TypeIndex type_index, bool* finalizable) const { in NeedsAccessCheck() 2719 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local 2732 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction() local 2747 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction() local 2903 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction() local [all …]
|
D | sharpening.cc | 170 dex::TypeIndex type_index = load_class->GetTypeIndex(); in ComputeLoadClassKind() local
|
D | code_generator_arm64.cc | 331 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 4578 dex::TypeIndex type_index, in NewBootImageTypePatch() 4585 dex::TypeIndex type_index, in NewBssEntryTypePatch() 4638 const DexFile& dex_file, dex::TypeIndex type_index, Handle<mirror::Class> handle) { in DeduplicateJitClassLiteral() 4874 dex::TypeIndex type_index = cls->GetTypeIndex(); in VisitLoadClass() local 4895 dex::TypeIndex type_index = cls->GetTypeIndex(); in VisitLoadClass() local 4913 dex::TypeIndex type_index = cls->GetTypeIndex(); in VisitLoadClass() local
|
D | code_generator_mips64.cc | 197 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 1561 dex::TypeIndex type_index, in NewBootImageTypePatch() 1568 dex::TypeIndex type_index, in NewTypeBssEntryPatch() 1638 dex::TypeIndex type_index, in DeduplicateJitClassLiteral()
|
D | code_generator_arm_vixl.cc | 541 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 9014 const DexFile& dex_file, dex::TypeIndex type_index) { in NewBootImageTypePatch() 9019 const DexFile& dex_file, dex::TypeIndex type_index) { in NewTypeBssEntryPatch() 9061 dex::TypeIndex type_index, in DeduplicateJitClassLiteral()
|
D | code_generator_mips.cc | 244 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 1649 dex::TypeIndex type_index, in NewBootImageTypePatch() 1656 dex::TypeIndex type_index, in NewTypeBssEntryPatch() 1740 dex::TypeIndex type_index, in NewJitRootClassPatch()
|
D | nodes.h | 4151 dex::TypeIndex type_index, in HNewInstance() 6050 dex::TypeIndex type_index, in HLoadClass()
|
D | code_generator_x86.cc | 269 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 6115 dex::TypeIndex type_index, in NewJitRootClassPatch()
|
D | code_generator_x86_64.cc | 5527 dex::TypeIndex type_index, in NewJitRootClassPatch()
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 67 const uint16_t type_index = NextIndex(); in DecompileNop() local
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 175 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in SearchAnnotationSet() local 338 uint32_t type_index = DecodeUnsignedLeb128(annotation); in ProcessEncodedAnnotation() local 473 dex::TypeIndex type_index(index); in ProcessAnnotationValue() local 778 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in GetAnnotationItemFromAnnotationSet() local 1273 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in IsMethodBuildAnnotationPresent() local
|
/art/profman/ |
D | profman.cc | 592 for (const dex::TypeIndex& type_index : class_types) { in GetClassNamesAndMethods() local 764 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClass() local
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 322 const uint16_t type_index = NextIndex(); in Compile() local
|
/art/runtime/jit/ |
D | profile_compilation_info.cc | 790 uint16_t type_index; in ReadInlineCache() local 860 uint16_t type_index = last_class_index + diff_with_last_class_index; in ReadClasses() local 1763 for (const dex::TypeIndex& type_index : dex_data->class_set) { in GetClassesAndMethods() local
|
D | profile_compilation_info.h | 129 dex::TypeIndex type_index; // the type index of the class member
|
D | profile_compilation_info_test.cc | 89 dex::TypeIndex type_index, in AddClass()
|
D | jit_code_cache.cc | 1651 dex::TypeIndex type_index; in GetProfiledMethods() local
|
/art/dexlayout/ |
D | dex_ir.cc | 622 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem() local
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 841 for (dex::TypeIndex type_index : dep.second->unverified_classes_) { in Dump() local
|