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()
324 rec->deopt_frames = nullptr; in AttachDeoptInlinedFrames()346 CpuProfileDeoptFrame* deopt_frames = in AttachDeoptInlinedFrames() local355 deopt_frames[deopt_frame_count++] = {script_id, offset}; in AttachDeoptInlinedFrames()357 rec->deopt_frames = deopt_frames; in AttachDeoptInlinedFrames()
85 CpuProfileDeoptFrame* deopt_frames; variable