Home
last modified time | relevance | path

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

/aosp12/art/profman/
H A Dprofman.cc1190 struct InlineCacheSegment { struct in art::ProfMan
1195 /*out*/ std::vector<InlineCacheSegment>* res) { in SplitInlineCacheSegment()
1198 InlineCacheSegment out; in SplitInlineCacheSegment()
1207 InlineCacheSegment out; in SplitInlineCacheSegment()
1258 friend std::ostream& operator<<(std::ostream& os, const InlineCacheSegment& ics);
1467 std::vector<InlineCacheSegment> segments; in ProcessLine()
1472 InlineCacheSegment::SplitInlineCacheSegment(method_elems[1], &segments); in ProcessLine()
1494 for (const InlineCacheSegment& segment : segments) { in ProcessLine()
1949 std::ostream& operator<<(std::ostream& os, const ProfMan::InlineCacheSegment& ics) { in operator <<()