Searched refs:annotations_reversed (Results 1 – 1 of 1) sorted by relevance
186 std::vector<StringPool::Id> annotations_reversed; in ComputeTable() local197 annotations_reversed.push_back(kNullStringId); in ComputeTable()214 annotations_reversed.push_back(common_frame); in ComputeTable()228 annotations_reversed.push_back(art_interp); in ComputeTable()230 annotations_reversed.push_back(art_jit); in ComputeTable()232 annotations_reversed.push_back(art_aot); in ComputeTable()242 annotations_reversed.push_back(common_frame); in ComputeTable()246 annotations_reversed.push_back(kNullStringId); in ComputeTable()252 PERFETTO_DCHECK(base_rowmap.size() == annotations_reversed.size()); in ComputeTable()255 for (auto it = annotations_reversed.rbegin(); in ComputeTable()[all …]