Searched defs:InlineCacheSegment (Results 1 – 1 of 1) sorted by relevance
1148 struct InlineCacheSegment { struct in art::ProfMan1150 using IcArray =1152 static void SplitInlineCacheSegment(std::string_view ic_line, in SplitInlineCacheSegment()1189 bool IsSingleReceiver() const { in IsSingleReceiver()1193 std::string_view GetReceiverType() const { in GetReceiverType()1198 const IcArray& GetIcTargets() const { in GetIcTargets()1202 size_t NumIcTargets() const { in NumIcTargets()1207 std::ostream& Dump(std::ostream& os) const { in Dump()1225 std::optional<std::string_view> receiver_;1229 IcArray inline_caches_;