Searched refs:pc_offset_map_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/profiler/
H A Dprofile-generator.cc30 pc_offset_map_.insert(std::make_pair(pc_offset, line));
36 PcOffsetMap::const_iterator it = pc_offset_map_.lower_bound(pc_offset);
37 if (it == pc_offset_map_.end()) {
38 if (pc_offset_map_.empty()) return v8::CpuProfileNode::kNoLineNumberInfo;
39 return (--pc_offset_map_.end())->second;
H A Dprofile-generator.h28 bool empty() const { return pc_offset_map_.empty(); }
33 PcOffsetMap pc_offset_map_; member in class:v8::internal::JITLineInfoTable

Completed in 63 milliseconds