Home
last modified time | relevance | path

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

/art/tools/veridex/
Dflow_analysis.cc503 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/
Dinstruction_builder.cc1082 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 …]
Dsharpening.cc170 dex::TypeIndex type_index = load_class->GetTypeIndex(); in ComputeLoadClassKind() local
Dcode_generator_arm64.cc331 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
Dcode_generator_mips64.cc197 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()
Dcode_generator_arm_vixl.cc541 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()
Dcode_generator_mips.cc244 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()
Dnodes.h4151 dex::TypeIndex type_index, in HNewInstance()
6050 dex::TypeIndex type_index, in HLoadClass()
Dcode_generator_x86.cc269 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
6115 dex::TypeIndex type_index, in NewJitRootClassPatch()
Dcode_generator_x86_64.cc5527 dex::TypeIndex type_index, in NewJitRootClassPatch()
/art/runtime/
Ddex_to_dex_decompiler.cc67 const uint16_t type_index = NextIndex(); in DecompileNop() local
/art/runtime/dex/
Ddex_file_annotations.cc175 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/
Dprofman.cc592 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/
Ddex_to_dex_compiler.cc322 const uint16_t type_index = NextIndex(); in Compile() local
/art/runtime/jit/
Dprofile_compilation_info.cc790 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
Dprofile_compilation_info.h129 dex::TypeIndex type_index; // the type index of the class member
Dprofile_compilation_info_test.cc89 dex::TypeIndex type_index, in AddClass()
Djit_code_cache.cc1651 dex::TypeIndex type_index; in GetProfiledMethods() local
/art/dexlayout/
Ddex_ir.cc622 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem() local
/art/runtime/verifier/
Dverifier_deps.cc841 for (dex::TypeIndex type_index : dep.second->unverified_classes_) { in Dump() local