Home
last modified time | relevance | path

Searched refs:CpuProfileDeoptFrame (Results 1 – 4 of 4) sorted by relevance

/external/v8/include/
Dv8-profiler.h23 struct CpuProfileDeoptFrame { struct
31 template class V8_EXPORT std::vector<v8::CpuProfileDeoptFrame>; argument
39 std::vector<CpuProfileDeoptFrame> stack;
/external/v8/src/profiler/
Dprofile-generator.h95 void AddDeoptInlinedFrames(int deopt_id, std::vector<CpuProfileDeoptFrame>);
165 std::map<int, std::vector<CpuProfileDeoptFrame>> deopt_inlined_frames_;
Dprofiler-listener.cc270 std::vector<CpuProfileDeoptFrame> inlined_frames; in RecordDeoptInlinedFrames()
276 inlined_frames.push_back(CpuProfileDeoptFrame({script_id, offset})); in RecordDeoptInlinedFrames()
Dprofile-generator.cc156 int deopt_id, std::vector<CpuProfileDeoptFrame> inlined_frames) { in AddDeoptInlinedFrames()
180 info.stack.push_back(CpuProfileDeoptFrame( in GetDeoptInfo()