Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc1196 struct InlineCacheSegment { struct in art::ProfMan
1198 using IcArray =
1200 static void SplitInlineCacheSegment(std::string_view ic_line, in SplitInlineCacheSegment()
1237 bool IsSingleReceiver() const { in IsSingleReceiver()
1241 const std::string_view& GetReceiverType() const { in GetReceiverType()
1246 const IcArray& GetIcTargets() const { in GetIcTargets()
1250 size_t NumIcTargets() const { in NumIcTargets()
1255 std::ostream& Dump(std::ostream& os) const { in Dump()
1273 std::optional<std::string_view> receiver_;
1277 IcArray inline_caches_;