Home
last modified time | relevance | path

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

/aosp_15_r20/art/profman/
H A Dprofman.cc1148 struct InlineCacheSegment { struct in art::ProfMan
1150 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_;