Home
last modified time | relevance | path

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

/art/tools/veridex/
Dflow_analysis.cc511 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local
518 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction() local
525 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction() local
646 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction() local
/art/compiler/optimizing/
Dinstruction_builder.cc1124 HNewInstance* HInstructionBuilder::BuildNewInstance(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildNewInstance()
2100 dex::TypeIndex type_index, in BuildNewArray()
2114 dex::TypeIndex type_index, in BuildFilledNewArray()
2237 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildLoadClass()
2245 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, in BuildLoadClass()
2288 dex::TypeIndex type_index) { in ResolveClass()
2332 dex::TypeIndex type_index, in BuildTypeCheck()
3161 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local
3171 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction() local
3181 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction() local
[all …]
Dsharpening.cc167 dex::TypeIndex type_index = load_class->GetTypeIndex(); in ComputeLoadClassKind() local
Dcode_generator_arm64.cc327 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
4663 dex::TypeIndex type_index, in NewBootImageTypePatch()
4670 dex::TypeIndex type_index, in NewBssEntryTypePatch()
4741 const DexFile& dex_file, dex::TypeIndex type_index, Handle<mirror::Class> handle) { in DeduplicateJitClassLiteral()
5085 dex::TypeIndex type_index = cls->GetTypeIndex(); in VisitLoadClass() local
5109 dex::TypeIndex type_index = cls->GetTypeIndex(); in VisitLoadClass() local
Dcode_generator_arm_vixl.cc530 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
9248 const DexFile& dex_file, dex::TypeIndex type_index) { in NewBootImageTypePatch()
9253 const DexFile& dex_file, dex::TypeIndex type_index) { in NewTypeBssEntryPatch()
9317 dex::TypeIndex type_index, in DeduplicateJitClassLiteral()
Dcode_generator_x86_64.cc272 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
6136 dex::TypeIndex type_index, in NewJitRootClassPatch()
Dcode_generator_x86.cc290 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
6802 dex::TypeIndex type_index, in NewJitRootClassPatch()
Dnodes.h4282 dex::TypeIndex type_index, in HNewInstance()
6386 dex::TypeIndex type_index, in HLoadClass()
/art/runtime/
Ddex_to_dex_decompiler.cc67 const uint16_t type_index = NextIndex(); in DecompileNop() local
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc127 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
355 uint32_t type_index = DecodeUnsignedLeb128(annotation); in ProcessEncodedAnnotation() local
490 dex::TypeIndex type_index(index); in ProcessAnnotationValue() local
773 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in GetAnnotationItemFromAnnotationSet() local
1261 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in IsMethodBuildAnnotationPresent() local
/art/libprofile/profile/
Dprofile_compilation_info.cc803 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
Dprofile_compilation_info.h151 dex::TypeIndex type_index; // the type index of the class member
Dprofile_compilation_info_test.cc95 dex::TypeIndex type_index, in AddClass()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc324 const uint16_t type_index = NextIndex(); in Compile() local
/art/profman/
Dprofman.cc747 for (const dex::TypeIndex& type_index : class_types) { in GetClassNamesAndMethods() local
925 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClass() local
Dprofile_assistant_test.cc80 dex::TypeIndex type_index) { in AddClass()
/art/dexlayout/
Ddex_ir_builder.cc846 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem() local
/art/runtime/jit/
Djit_code_cache.cc1661 dex::TypeIndex type_index; in GetProfiledMethods() local
/art/dex2oat/driver/
Dcompiler_driver.cc765 dex::TypeIndex type_index( in InitializeTypeCheckBitstrings() local