Home
last modified time | relevance | path

Searched refs:deopt_frames (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dcpu-profiler-inl.h39 deopt_frames, deopt_frames + deopt_frame_count); in UpdateCodeMap()
42 delete[] deopt_frames; in UpdateCodeMap()
Dprofiler-listener.cc385 rec->deopt_frames = nullptr; in AttachDeoptInlinedFrames()
407 CpuProfileDeoptFrame* deopt_frames = in AttachDeoptInlinedFrames() local
416 deopt_frames[deopt_frame_count++] = {script_id, offset}; in AttachDeoptInlinedFrames()
418 rec->deopt_frames = deopt_frames; in AttachDeoptInlinedFrames()
Dcpu-profiler.h90 CpuProfileDeoptFrame* deopt_frames; variable