Home
last modified time | relevance | path

Searched refs:TargetType (Results 1 – 3 of 3) sorted by relevance

/art/compiler/linker/
Dlinker_patch.h253 TypeReference TargetType() const { in TargetType() function
/art/dex2oat/linker/
Doat_writer.cc753 writer_->app_image_rel_ro_type_entries_.Overwrite(patch.TargetType(), in VisitMethod()
756 TypeReference target_type = patch.TargetType(); in VisitMethod()
762 TypeReference target_type = patch.TargetType(); in VisitMethod()
768 TypeReference target_type = patch.TargetType(); in VisitMethod()
1714 writer_->app_image_rel_ro_type_entries_.Get(patch.TargetType()); in VisitMethod()
1723 writer_->bss_start_ + writer_->bss_type_entries_.Get(patch.TargetType()); in VisitMethod()
1732 writer_->bss_start_ + writer_->bss_public_type_entries_.Get(patch.TargetType()); in VisitMethod()
1741 writer_->bss_start_ + writer_->bss_package_type_entries_.Get(patch.TargetType()); in VisitMethod()
1872 TypeReference target_type = patch.TargetType(); in GetTargetType()
/art/runtime/
Dclass_linker.cc7954 template <typename TargetType>
7959 TargetType target) in ContainsImplementingMethod()
7970 template <typename TargetType>
7972 TargetType target) in MethodArrayContains()
7976 if (method_array->GetElementPtrSize<TargetType, kPointerSize>(j) == target) { in MethodArrayContains()