Searched defs:type_index (Results 1 – 13 of 13) sorted by relevance
/art/tools/veridex/ |
D | flow_analysis.cc | 511 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/ |
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/compiler/optimizing/ |
D | sharpening.cc | 149 dex::TypeIndex type_index = load_class->GetTypeIndex(); in ComputeLoadClassKind() local
|
D | code_generator_mips64.cc | 206 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()
|
D | code_generator_arm_vixl.cc | 528 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()
|
D | code_generator_mips.cc | 253 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/ |
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/runtime/jit/ |
D | profiling_info_test.cc | 88 dex::TypeIndex type_index, in AddClass()
|
/art/profman/ |
D | profman.cc | 650 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/ |
D | dex_to_dex_compiler.cc | 324 const uint16_t type_index = NextIndex(); in Compile() local
|
/art/libprofile/profile/ |
D | profile_compilation_info.h | 134 dex::TypeIndex type_index; // the type index of the class member
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 845 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem() local
|