/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 | 1062 HNewInstance* HInstructionBuilder::BuildNewInstance(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildNewInstance() 1827 dex::TypeIndex type_index, in BuildNewArray() 1841 dex::TypeIndex type_index, in BuildFilledNewArray() 1964 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildLoadClass() 1972 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, in BuildLoadClass() 2015 dex::TypeIndex type_index) { in ResolveClass() 2059 dex::TypeIndex type_index, in BuildTypeCheck() 2888 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local 2898 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction() local 2908 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction() local [all …]
|
D | sharpening.cc | 160 dex::TypeIndex type_index = load_class->GetTypeIndex(); in ComputeLoadClassKind() local
|
D | code_generator_arm64.cc | 326 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 4397 dex::TypeIndex type_index, in NewBootImageTypePatch() 4404 dex::TypeIndex type_index, in NewBssEntryTypePatch() 4475 const DexFile& dex_file, dex::TypeIndex type_index, Handle<mirror::Class> handle) { in DeduplicateJitClassLiteral() 4824 dex::TypeIndex type_index = cls->GetTypeIndex(); in VisitLoadClass() local 4848 dex::TypeIndex type_index = cls->GetTypeIndex(); in VisitLoadClass() local
|
D | code_generator_arm_vixl.cc | 529 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 9046 const DexFile& dex_file, dex::TypeIndex type_index) { in NewBootImageTypePatch() 9051 const DexFile& dex_file, dex::TypeIndex type_index) { in NewTypeBssEntryPatch() 9115 dex::TypeIndex type_index, in DeduplicateJitClassLiteral()
|
D | code_generator_x86_64.cc | 271 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 6017 dex::TypeIndex type_index, in NewJitRootClassPatch()
|
D | code_generator_x86.cc | 289 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 6685 dex::TypeIndex type_index, in NewJitRootClassPatch()
|
D | nodes.h | 4228 dex::TypeIndex type_index, in HNewInstance() 6302 dex::TypeIndex type_index, in HLoadClass()
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 67 const uint16_t type_index = NextIndex(); in DecompileNop() 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 794 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in GetAnnotationItemFromAnnotationSet() local 1282 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in IsMethodBuildAnnotationPresent() local
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 803 uint16_t type_index; in ReadInlineCache() local 874 uint16_t type_index = last_class_index + diff_with_last_class_index; in ReadClasses() local 1768 for (const dex::TypeIndex& type_index : dex_data->class_set) { in GetClassesAndMethods() local 2343 for (const dex::TypeIndex& type_index : dex_data->class_set) { in ExtractProfileData() local
|
D | profile_compilation_info.h | 151 dex::TypeIndex type_index; // the type index of the class member
|
D | profile_compilation_info_test.cc | 95 dex::TypeIndex type_index, in AddClass()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 324 const uint16_t type_index = NextIndex(); in Compile() local
|
/art/profman/ |
D | profman.cc | 747 for (const dex::TypeIndex& type_index : class_types) { in GetClassNamesAndMethods() local 925 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClass() local
|
D | profile_assistant_test.cc | 80 dex::TypeIndex type_index) { in AddClass()
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 846 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem() local
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 1554 dex::TypeIndex type_index; in GetProfiledMethods() local
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 768 dex::TypeIndex type_index( in InitializeTypeCheckBitstrings() local
|