Searched refs:inline_locations_ (Results 1 – 2 of 2) sorted by relevance
124 EnsureRareData()->inline_locations_.insert( in AddInlineStack()131 auto it = rare_data_->inline_locations_.find(pc_offset); in GetInlineStack()132 return it != rare_data_->inline_locations_.end() ? &it->second : nullptr; in GetInlineStack()
145 inline_locations_; member