Searched refs:deopt_frames (Results 1 – 3 of 3) sorted by relevance
39 deopt_frames, deopt_frames + deopt_frame_count); in UpdateCodeMap()42 delete[] deopt_frames; in UpdateCodeMap()
385 rec->deopt_frames = nullptr; in AttachDeoptInlinedFrames()407 CpuProfileDeoptFrame* deopt_frames = in AttachDeoptInlinedFrames() local416 deopt_frames[deopt_frame_count++] = {script_id, offset}; in AttachDeoptInlinedFrames()418 rec->deopt_frames = deopt_frames; in AttachDeoptInlinedFrames()
90 CpuProfileDeoptFrame* deopt_frames; variable