Searched refs:deopt_frames (Results 1 – 3 of 3) sorted by relevance
40 deopt_frames, deopt_frames + deopt_frame_count); in UpdateCodeMap()42 delete[] deopt_frames; in UpdateCodeMap()
261 rec->deopt_frames = nullptr; in AttachDeoptInlinedFrames()284 CpuProfileDeoptFrame* deopt_frames = in AttachDeoptInlinedFrames() local293 deopt_frames[deopt_frame_count++] = {script_id, offset}; in AttachDeoptInlinedFrames()295 rec->deopt_frames = deopt_frames; in AttachDeoptInlinedFrames()
89 CpuProfileDeoptFrame* deopt_frames; variable