Searched refs:CpuProfileDeoptFrame (Results 1 – 6 of 6) sorted by relevance
23 struct CpuProfileDeoptFrame { struct31 template class V8_EXPORT std::vector<v8::CpuProfileDeoptFrame>; argument39 std::vector<CpuProfileDeoptFrame> stack;
39 std::vector<CpuProfileDeoptFrame> frames_vector( in UpdateCodeMap()
79 std::vector<CpuProfileDeoptFrame> inlined_frames);146 std::vector<CpuProfileDeoptFrame> deopt_inlined_frames_;
284 CpuProfileDeoptFrame* deopt_frames = in AttachDeoptInlinedFrames()285 new CpuProfileDeoptFrame[stack.size()]; in AttachDeoptInlinedFrames()
89 CpuProfileDeoptFrame* deopt_frames;
137 std::vector<CpuProfileDeoptFrame> inlined_frames) { in set_deopt_info()162 info.stack.push_back(CpuProfileDeoptFrame( in GetDeoptInfo()