Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.cc124 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()
Dprofile-generator.h145 inline_locations_; member