Searched refs:GetBssMethods (Results 1 – 4 of 4) sorted by relevance
332 ArrayRef<ArtMethod*> GetBssMethods() const;
1771 ArrayRef<ArtMethod*> OatFile::GetBssMethods() const { in GetBssMethods() function in art::OatFile2264 for (ArtMethod*& entry : GetBssMethods()) { in InitializeRelocations()
1415 DCHECK_GE(method_entry, oat_file->GetBssMethods().data()); in artQuickResolutionTrampoline()1417 oat_file->GetBssMethods().data() + oat_file->GetBssMethods().size()); in artQuickResolutionTrampoline()
502 if (oat_file_.GetBssMethods().empty() && oat_file_.GetBssGcRoots().empty()) { in Dump()505 os << oat_file_.GetBssMethods().size() << " methods, "; in Dump()