Searched refs:deopt_frame_count (Results 1 – 3 of 3) sorted by relevance
325 rec->deopt_frame_count = 0; in AttachDeoptInlinedFrames()349 int deopt_frame_count = 0; in AttachDeoptInlinedFrames() local355 deopt_frames[deopt_frame_count++] = {script_id, offset}; in AttachDeoptInlinedFrames()358 rec->deopt_frame_count = deopt_frame_count; in AttachDeoptInlinedFrames()
39 deopt_frames, deopt_frames + deopt_frame_count); in UpdateCodeMap()
86 int deopt_frame_count; variable