Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dprofiler-listener.cc386 rec->deopt_frame_count = 0; in AttachDeoptInlinedFrames()
410 int deopt_frame_count = 0; in AttachDeoptInlinedFrames() local
416 deopt_frames[deopt_frame_count++] = {script_id, offset}; in AttachDeoptInlinedFrames()
419 rec->deopt_frame_count = deopt_frame_count; in AttachDeoptInlinedFrames()
Dcpu-profiler-inl.h39 deopt_frames, deopt_frames + deopt_frame_count); in UpdateCodeMap()
Dcpu-profiler.h91 int deopt_frame_count; variable