Searched refs:CpuProfileDeoptFrame (Results 1 – 4 of 4) sorted by relevance
23 struct CpuProfileDeoptFrame { struct31 template class V8_EXPORT std::vector<v8::CpuProfileDeoptFrame>; argument39 std::vector<CpuProfileDeoptFrame> stack;
95 void AddDeoptInlinedFrames(int deopt_id, std::vector<CpuProfileDeoptFrame>);165 std::map<int, std::vector<CpuProfileDeoptFrame>> deopt_inlined_frames_;
270 std::vector<CpuProfileDeoptFrame> inlined_frames; in RecordDeoptInlinedFrames()276 inlined_frames.push_back(CpuProfileDeoptFrame({script_id, offset})); in RecordDeoptInlinedFrames()
156 int deopt_id, std::vector<CpuProfileDeoptFrame> inlined_frames) { in AddDeoptInlinedFrames()180 info.stack.push_back(CpuProfileDeoptFrame( in GetDeoptInfo()