Home | History | Annotate | Download | only in trace_processor

Lines Matching refs:cur_row

58   int64_t cur_row;
61 cur_row = it->second;
63 cur_row = context_->storage->mutable_heap_profile_mappings()->Insert(row);
64 mapping_idx_.emplace(row, cur_row);
66 mappings_.emplace(std::make_pair(pidx, id), cur_row);
88 int64_t cur_row;
91 cur_row = it->second;
93 cur_row = context_->storage->mutable_heap_profile_frames()->Insert(row);
94 frame_idx_.emplace(row, cur_row);
96 frames_.emplace(std::make_pair(pidx, id), cur_row);