/aosp12/frameworks/base/libs/androidfw/tests/ |
H A D | LoadedArsc_test.cpp | 63 const uint8_t type_index = get_type_id(app::R::string::string_one) - 1; in TEST() local 87 const uint8_t type_index = get_type_id(sparse::R::integer::foo_9) - 1; in TEST() local 111 const uint8_t type_index = get_type_id(sparse::R::string::only_v26) - 1; in TEST() local 206 uint8_t type_index = get_type_id(basic::R::string::test3) - 1; in TEST() local 391 const uint8_t type_index = get_type_id(overlayable::R::string::overlayable11) - 1; in TEST() local
|
/aosp12/art/tools/veridex/ |
H A D | flow_analysis.cc | 534 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local 541 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction() local 548 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction() local 669 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction() local
|
/aosp12/art/compiler/optimizing/ |
H A D | instruction_builder.cc | 2235 dex::TypeIndex type_index, in BuildNewArray() 2380 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, in BuildLoadClass() 2521 dex::TypeIndex type_index, in BuildTypeCheck() 2577 dex::TypeIndex type_index, in BuildTypeCheck() 3329 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local 3339 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction() local 3349 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction() local 3486 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction() local 3525 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local 3532 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction() local [all …]
|
H A D | sharpening.cc | 171 dex::TypeIndex type_index = load_class->GetTypeIndex(); in ComputeLoadClassKind() local
|
H A D | code_generator_arm64.cc | 285 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 4825 dex::TypeIndex type_index, in NewBootImageTypePatch() 4834 dex::TypeIndex type_index = load_class->GetTypeIndex(); in NewBssEntryTypePatch() local 4926 const DexFile& dex_file, dex::TypeIndex type_index, Handle<mirror::Class> handle) { in DeduplicateJitClassLiteral() 5300 dex::TypeIndex type_index = cls->GetTypeIndex(); in VisitLoadClass() local
|
H A D | inliner.cc | 672 for (const dex::TypeIndex& type_index : dex_pc_data.classes) { in GetInlineCacheAOT() local
|
H A D | code_generator_arm_vixl.cc | 533 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 9380 const DexFile& dex_file, dex::TypeIndex type_index) { in NewBootImageTypePatch() 9387 dex::TypeIndex type_index = load_class->GetTypeIndex(); in NewTypeBssEntryPatch() local 9466 dex::TypeIndex type_index, in DeduplicateJitClassLiteral()
|
H A D | code_generator_x86_64.cc | 274 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode() local 6271 dex::TypeIndex type_index, in NewJitRootClassPatch()
|
/aosp12/art/libprofile/profile/ |
H A D | profile_test_helper.h | 129 for (dex::TypeIndex type_index : dex_pc_data.classes) { in EqualInlineCaches() local
|
H A D | profile_compilation_info.cc | 720 dex::TypeIndex type_index = FindOrCreateTypeIndex(dex_file, descriptor); in AddClass() local 1341 for (const dex::TypeIndex& type_index : dex_pc_data.classes) { in VerifyProfileData() local 1349 for (const dex::TypeIndex& type_index : dex_data->class_set) { in VerifyProfileData() local 1916 for (dex::TypeIndex type_index : other_class_set) { in MergeWith() local 2037 for (dex::TypeIndex type_index : inline_cache_it.second.classes) { in DumpInfo() local 2065 for (dex::TypeIndex type_index : dex_data->class_set) { in DumpInfo() local 2100 for (const dex::TypeIndex& type_index : dex_data->class_set) { in GetClassesAndMethods() local 2497 uint16_t type_index = 0u; in ReadClasses() local 2786 uint16_t type_index = 0u; in ReadMethods() local 2847 for (const dex::TypeIndex& type_index : class_set) { in WriteClassSet() local [all …]
|
H A D | profile_compilation_info.h | 129 dex::TypeIndex type_index; // the type index of the class member 332 void AddClass(ProfileIndexType profile_index, dex::TypeIndex type_index) { in AddClass() 630 const char* GetTypeDescriptor(const DexFile* dex_file, dex::TypeIndex type_index) const { in GetTypeDescriptor()
|
H A D | profile_compilation_info_test.cc | 252 for (uint32_t type_index = 0; type_index != num_type_ids1; ++type_index) { in TEST_F() local 256 for (uint32_t type_index = num_type_ids1; type_index != DexFile::kDexNoIndex16; ++type_index) { in TEST_F() local 266 for (uint32_t type_index = 0; type_index != num_type_ids2; ++type_index) { in TEST_F() local 274 for (uint32_t type_index = num_type_ids2; type_index != DexFile::kDexNoIndex16; ++type_index) { in TEST_F() local 676 dex::TypeIndex type_index = *dex_pc_data.classes.begin(); in TEST_F() local
|
/aosp12/system/core/property_service/libpropertyinfoparser/include/property_info_parser/ |
H A D | property_info_parser.h | 36 uint32_t type_index; member 106 uint32_t type_index() const { return node_property_entry()->type_index; } in type_index() function
|
/aosp12/system/core/property_service/libpropertyinfoserializer/ |
H A D | trie_serializer.cpp | 46 uint32_t type_index = property_entry.type != nullptr && !property_entry.type->empty() in WritePropertyEntry() local
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_throw_entrypoints.cc | 127 dex::TypeIndex type_index(check_cast.VRegB_21c()); in artThrowClassCastException() local
|
/aosp12/system/core/property_service/libpropertyinfoparser/ |
H A D | property_info_parser.cpp | 177 uint32_t type_index; in GetPropertyInfo() local
|
/aosp12/art/runtime/dex/ |
H A 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 773 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in GetAnnotationItemFromAnnotationSet() local 1261 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in IsMethodBuildAnnotationPresent() local
|
/aosp12/art/runtime/jit/ |
H A D | profile_saver.cc | 408 dex::TypeIndex type_index; member 680 dex::TypeIndex type_index = in UpdateProfile() local 734 dex::TypeIndex type_index = in UpdateProfile() local
|
H A D | jit_code_cache.cc | 1534 dex::TypeIndex type_index; in GetProfiledMethods() local
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | LoadedArsc.h | 238 inline const TypeSpec* GetTypeSpecByTypeIndex(uint8_t type_index) const { in GetTypeSpecByTypeIndex()
|
/aosp12/art/profman/ |
H A D | profman.cc | 831 for (dex::TypeIndex type_index : ic_data.classes) { in GetInlineCacheLine() local 849 for (dex::TypeIndex type_index : dex_data.classes_) { in GetInlineCacheLine() local 875 for (const dex::TypeIndex& type_index : class_types) { in GetClassNamesAndMethods() local 1045 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClassDef() local
|
H A D | profile_assistant_test.cc | 392 for (dex::TypeIndex type_index : dex_pc_data.classes) { in AssertInlineCaches() local 401 for (dex::TypeIndex type_index : dex_pc_data.classes) { in AssertInlineCaches() local
|
/aosp12/system/nfc/src/nfc/ndef/ |
H A D | ndef_utils.cc | 193 for (int type_index = 0; type_index < type_len; type_index++) { in NDEF_MsgValidate() local
|
/aosp12/art/dexlayout/ |
H A D | dex_ir_builder.cc | 846 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem() local
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver.cc | 632 dex::TypeIndex type_index( in InitializeTypeCheckBitstrings() local
|