Home
last modified time | relevance | path

Searched defs:class_index (Results 1 – 6 of 6) sorted by relevance

/art/dexlayout/
Ddex_visualize.cc100 void DumpAddressRange(uint32_t from, uint32_t size, int class_index) { in DumpAddressRange()
107 void DumpAddressRange(const dex_ir::Item* item, int class_index) { in DumpAddressRange()
113 void DumpStringData(const dex_ir::StringData* string_data, int class_index) { in DumpStringData()
117 void DumpStringId(const dex_ir::StringId* string_id, int class_index) { in DumpStringId()
125 void DumpTypeId(const dex_ir::TypeId* type_id, int class_index) { in DumpTypeId()
130 void DumpFieldId(const dex_ir::FieldId* field_id, int class_index) { in DumpFieldId()
140 void DumpFieldItem(const dex_ir::FieldItem* field, int class_index) { in DumpFieldItem()
148 void DumpProtoId(const dex_ir::ProtoId* proto_id, int class_index) { in DumpProtoId()
163 void DumpMethodId(const dex_ir::MethodId* method_id, int class_index) { in DumpMethodId()
175 int class_index, in DumpMethodItem()
[all …]
/art/test/1959-redefine-object-instrument/
Dfake_redef_object.cc55 dex::u4 class_index = reader.FindClassIndex("Ljava/lang/Object;"); in RedefineObjectHook() local
/art/test/980-redefine-object/
Dredef_object.cc54 dex::u4 class_index = reader.FindClassIndex("Ljava/lang/Object;"); in RedefineObjectHook() local
/art/compiler/optimizing/
Dinliner.cc854 dex::TypeIndex class_index = FindClassIndexIn( in TryInlineMonomorphicCall() local
939 dex::TypeIndex class_index, in AddTypeGuard()
1045 dex::TypeIndex class_index = FindClassIndexIn(handle.Get(), caller_compilation_unit_); in TryInlinePolymorphicCall() local
/art/runtime/dex/
Ddex_file_annotations.cc1332 dex::TypeIndex class_index = method_id.class_idx_; in MethodIsReachabilitySensitive() local
1400 dex::TypeIndex class_index = field_id.class_idx_; in MethodContainsRSensitiveAccess() local
/art/libprofile/profile/
Dprofile_compilation_info.cc1877 for (uint32_t class_index : create_shuffled_range(classes_required_in_profile, in GenerateTestProfile() local