Home
last modified time | relevance | path

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

/aosp12/art/profman/
H A Dprofman.cc1190 struct InlineCacheSegment { struct in art::ProfMan
1192 using IcArray =
1194 static void SplitInlineCacheSegment(std::string_view ic_line, in SplitInlineCacheSegment()
1216 bool IsSingleReceiver() const { in IsSingleReceiver()
1220 const std::string_view& GetReceiverType() const { in GetReceiverType()
1225 const IcArray& GetIcTargets() const { in GetIcTargets()
1229 size_t NumIcTargets() const { in NumIcTargets()
1234 std::ostream& Dump(std::ostream& os) const { in Dump()
1252 std::optional<std::string_view> receiver_;
1256 IcArray inline_caches_;