Searched refs:class_index (Results 1 – 9 of 9) sorted by relevance
/aosp12/art/dexlayout/ |
H A D | dex_visualize.cc | 118 DumpAddressRange(string_id, class_index); in DumpStringId() 126 DumpAddressRange(type_id, class_index); in DumpTypeId() 131 DumpAddressRange(field_id, class_index); in DumpFieldId() 141 DumpAddressRange(field, class_index); in DumpFieldItem() 149 DumpAddressRange(proto_id, class_index); in DumpProtoId() 157 DumpTypeId(t, class_index); in DumpProtoId() 164 DumpAddressRange(method_id, class_index); in DumpMethodId() 175 int class_index, in DumpMethodItem() argument 183 DumpAddressRange(method, class_index); in DumpMethodItem() 194 DumpTypeId(type_id, class_index); in DumpMethodItem() [all …]
|
/aosp12/art/tools/ |
H A D | analyze-init-failures.py | 123 class_index = {} 125 class_index[clazz] = i 129 for (r_class, r_id) in class_index.items(): 144 print(' n%d -> n%d;' % (class_index[failed_class], class_index[error_class]))
|
/aosp12/art/test/1959-redefine-object-instrument/ |
H A D | fake_redef_object.cc | 55 dex::u4 class_index = reader.FindClassIndex("Ljava/lang/Object;"); in RedefineObjectHook() local 56 if (class_index == dex::kNoIndex) { in RedefineObjectHook() 62 reader.CreateClassIr(class_index); in RedefineObjectHook()
|
/aosp12/art/test/980-redefine-object/ |
H A D | redef_object.cc | 54 dex::u4 class_index = reader.FindClassIndex("Ljava/lang/Object;"); in RedefineObjectHook() local 55 if (class_index == dex::kNoIndex) { in RedefineObjectHook() 61 reader.CreateClassIr(class_index); in RedefineObjectHook()
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | usagestatsservice.proto | 79 // class_index contains the index + 1 of the class name in the string pool 80 optional int32 class_index = 4; field
|
/aosp12/art/compiler/optimizing/ |
H A D | inliner.cc | 747 dex::TypeIndex class_index = FindClassIndexIn( in TryInlineMonomorphicCall() local 749 if (!class_index.IsValid()) { in TryInlineMonomorphicCall() 784 class_index, in TryInlineMonomorphicCall() 830 dex::TypeIndex class_index, in AddTypeGuard() argument 859 class_index, in AddTypeGuard() 942 dex::TypeIndex class_index = FindClassIndexIn(handle.Get(), caller_compilation_unit_); in TryInlinePolymorphicCall() local 945 if (!class_index.IsValid() || in TryInlinePolymorphicCall() 967 class_index, in TryInlinePolymorphicCall()
|
H A D | inliner.h | 258 dex::TypeIndex class_index,
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 1332 dex::TypeIndex class_index = method_id.class_idx_; in MethodIsReachabilitySensitive() local 1333 const dex::ClassDef * class_def = dex_file.FindClassDef(class_index); in MethodIsReachabilitySensitive() 1374 dex::TypeIndex class_index = field_id.class_idx_; in MethodContainsRSensitiveAccess() local 1375 const dex::ClassDef * field_class_def = dex_file.FindClassDef(class_index); in MethodContainsRSensitiveAccess()
|
/aosp12/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 2210 for (uint32_t class_index : create_shuffled_range(classes_required_in_profile, in GenerateTestProfile() local 2212 data->class_set.insert(dex_file->GetClassDef(class_index).class_idx_); in GenerateTestProfile()
|