Home
last modified time | relevance | path

Searched refs:CpuProfileDeoptFrame (Results 1 – 6 of 6) 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/
Dcpu-profiler-inl.h39 std::vector<CpuProfileDeoptFrame> frames_vector( in UpdateCodeMap()
Dprofile-generator.h79 std::vector<CpuProfileDeoptFrame> inlined_frames);
146 std::vector<CpuProfileDeoptFrame> deopt_inlined_frames_;
Dprofiler-listener.cc284 CpuProfileDeoptFrame* deopt_frames = in AttachDeoptInlinedFrames()
285 new CpuProfileDeoptFrame[stack.size()]; in AttachDeoptInlinedFrames()
Dcpu-profiler.h89 CpuProfileDeoptFrame* deopt_frames;
Dprofile-generator.cc137 std::vector<CpuProfileDeoptFrame> inlined_frames) { in set_deopt_info()
162 info.stack.push_back(CpuProfileDeoptFrame( in GetDeoptInfo()