Home
last modified time | relevance | path

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

/art/runtime/
Dtype_reference.h37 dex::TypeIndex type_index; member
Ddex_to_dex_decompiler.cc64 const uint16_t type_index = NextIndex(); in DecompileNop() local
Ddex_file_annotations.cc168 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in SearchAnnotationSet() local
317 uint32_t type_index = DecodeUnsignedLeb128(annotation); in ProcessEncodedAnnotation() local
453 dex::TypeIndex type_index(index); in ProcessAnnotationValue() local
764 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in GetAnnotationItemFromAnnotationSet() local
/art/compiler/optimizing/
Dinstruction_builder.cc959 HNewInstance* HInstructionBuilder::BuildNewInstance(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildNewInstance()
1572 dex::TypeIndex type_index, in BuildFilledNewArray()
1710 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildLoadClass()
1732 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, in BuildLoadClass()
1776 dex::TypeIndex type_index, in BuildTypeCheck()
1797 bool HInstructionBuilder::NeedsAccessCheck(dex::TypeIndex type_index, bool* finalizable) const { in NeedsAccessCheck()
2572 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local
2585 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction() local
2600 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction() local
2762 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction() local
[all …]
Dsharpening.cc171 dex::TypeIndex type_index = load_class->GetTypeIndex(); in ComputeLoadClassKind() local
Dcode_generator_arm64.cc342 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
4651 dex::TypeIndex type_index, in NewPcRelativeTypePatch()
4658 dex::TypeIndex type_index, in NewBssEntryTypePatch()
4705 const DexFile& dex_file, dex::TypeIndex type_index, Handle<mirror::Class> handle) { in DeduplicateJitClassLiteral()
4929 dex::TypeIndex type_index = cls->GetTypeIndex(); in VisitLoadClass() local
4949 dex::TypeIndex type_index = cls->GetTypeIndex(); in VisitLoadClass() local
Dcode_generator_mips64.cc203 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
1599 dex::TypeIndex type_index, in NewPcRelativeTypePatch()
1606 dex::TypeIndex type_index, in NewTypeBssEntryPatch()
1667 dex::TypeIndex type_index, in DeduplicateJitClassLiteral()
Dcode_generator_arm_vixl.cc500 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
9193 const DexFile& dex_file, dex::TypeIndex type_index) { in NewPcRelativeTypePatch()
9198 const DexFile& dex_file, dex::TypeIndex type_index) { in NewTypeBssEntryPatch()
9236 dex::TypeIndex type_index, in DeduplicateJitClassLiteral()
Dcode_generator_mips.cc247 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
1698 dex::TypeIndex type_index, in NewPcRelativeTypePatch()
1705 dex::TypeIndex type_index, in NewTypeBssEntryPatch()
Dnodes.h3909 dex::TypeIndex type_index, in HNewInstance()
5691 dex::TypeIndex type_index, in HLoadClass()
Dcode_generator_x86.cc272 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
/art/profman/
Dprofman.cc478 for (const dex::TypeIndex& type_index : class_types) { in GetClassNamesAndMethods() local
652 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClass() local
/art/runtime/jit/
Dprofile_compilation_info.cc731 uint16_t type_index; in ReadInlineCache() local
786 uint16_t type_index = last_class_index + diff_with_last_class_index; in ReadClasses() local
1444 for (const dex::TypeIndex& type_index : dex_data->class_set) { in GetClassesAndMethods() local
Dprofile_compilation_info.h126 dex::TypeIndex type_index; // the type index of the class member
Dprofile_compilation_info_test.cc85 dex::TypeIndex type_index, in AddClass()
Djit_code_cache.cc1390 dex::TypeIndex type_index; in GetProfiledMethods() local
/art/dexlayout/
Ddex_ir.cc607 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in CreateCodeItem() local
/art/runtime/verifier/
Dverifier_deps.cc841 for (dex::TypeIndex type_index : dep.second->unverified_classes_) { in Dump() local