Searched refs:GetBssMethods (Results 1 – 4 of 4) sorted by relevance
362 ArrayRef<ArtMethod*> GetBssMethods() const;
1761 ArrayRef<ArtMethod*> OatFile::GetBssMethods() const { in GetBssMethods() function in art::OatFile2249 for (ArtMethod*& entry : GetBssMethods()) { in InitializeRelocations()
1334 DCHECK_GE(method_entry, oat_file->GetBssMethods().data()); in artQuickResolutionTrampoline()1336 oat_file->GetBssMethods().data() + oat_file->GetBssMethods().size()); in artQuickResolutionTrampoline()
501 if (oat_file_.GetBssMethods().empty() && oat_file_.GetBssGcRoots().empty()) { in Dump()504 os << oat_file_.GetBssMethods().size() << " methods, "; in Dump()