Home
last modified time | relevance | path

Searched defs:type_index (Results 1 – 13 of 13) 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/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/compiler/optimizing/
Dsharpening.cc149 dex::TypeIndex type_index = load_class->GetTypeIndex(); in ComputeLoadClassKind() local
Dcode_generator_mips64.cc206 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
1610 dex::TypeIndex type_index, in NewBootImageTypePatch()
1617 dex::TypeIndex type_index, in NewTypeBssEntryPatch()
1731 dex::TypeIndex type_index, in DeduplicateJitClassLiteral()
Dcode_generator_arm_vixl.cc528 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
8845 const DexFile& dex_file, dex::TypeIndex type_index) { in NewBootImageTypePatch()
8850 const DexFile& dex_file, dex::TypeIndex type_index) { in NewTypeBssEntryPatch()
8903 dex::TypeIndex type_index, in DeduplicateJitClassLiteral()
Dcode_generator_mips.cc253 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local
1683 dex::TypeIndex type_index, in NewBootImageTypePatch()
1690 dex::TypeIndex type_index, in NewTypeBssEntryPatch()
1816 dex::TypeIndex type_index, in NewJitRootClassPatch()
/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
794 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in GetAnnotationItemFromAnnotationSet() local
1282 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in IsMethodBuildAnnotationPresent() local
/art/runtime/jit/
Dprofiling_info_test.cc88 dex::TypeIndex type_index, in AddClass()
/art/profman/
Dprofman.cc650 for (const dex::TypeIndex& type_index : class_types) { in GetClassNamesAndMethods() local
827 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClass() local
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc324 const uint16_t type_index = NextIndex(); in Compile() local
/art/libprofile/profile/
Dprofile_compilation_info.h134 dex::TypeIndex type_index; // the type index of the class member
/art/dexlayout/
Ddex_ir_builder.cc845 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem() local