Home
last modified time | relevance | path

Searched refs:TargetTypeIndex (Results 1 – 2 of 2) sorted by relevance

/art/compiler/linker/
Dlinker_patch.h235 dex::TypeIndex TargetTypeIndex() const { in TargetTypeIndex() function
/art/dex2oat/linker/
Doat_writer.cc918 TypeReference target_type(patch.TargetTypeDexFile(), patch.TargetTypeIndex()); in VisitMethod()
924 TypeReference target_type(patch.TargetTypeDexFile(), patch.TargetTypeIndex()); in VisitMethod()
930 TypeReference target_type(patch.TargetTypeDexFile(), patch.TargetTypeIndex()); in VisitMethod()
1883 TypeReference ref(patch.TargetTypeDexFile(), patch.TargetTypeIndex()); in VisitMethod()
1892 TypeReference ref(patch.TargetTypeDexFile(), patch.TargetTypeIndex()); in VisitMethod()
1902 TypeReference ref(patch.TargetTypeDexFile(), patch.TargetTypeIndex()); in VisitMethod()
2037 class_linker_->LookupResolvedType(patch.TargetTypeIndex(), dex_cache, class_loader_); in GetTargetType()