Searched defs:InlineCacheSegment (Results 1 – 1 of 1) sorted by relevance
1218 struct InlineCacheSegment { struct in art::ProfMan1220 using IcArray =1222 static void SplitInlineCacheSegment(std::string_view ic_line, in SplitInlineCacheSegment()1259 bool IsSingleReceiver() const { in IsSingleReceiver()1263 std::string_view GetReceiverType() const { in GetReceiverType()1268 const IcArray& GetIcTargets() const { in GetIcTargets()1272 size_t NumIcTargets() const { in NumIcTargets()1277 std::ostream& Dump(std::ostream& os) const { in Dump()1295 std::optional<std::string_view> receiver_;1299 IcArray inline_caches_;