Searched refs:deopt_frame_count (Results 1 – 3 of 3) sorted by relevance
262 rec->deopt_frame_count = 0; in AttachDeoptInlinedFrames()287 int deopt_frame_count = 0; in AttachDeoptInlinedFrames() local293 deopt_frames[deopt_frame_count++] = {script_id, offset}; in AttachDeoptInlinedFrames()296 rec->deopt_frame_count = deopt_frame_count; in AttachDeoptInlinedFrames()
40 deopt_frames, deopt_frames + deopt_frame_count); in UpdateCodeMap()
90 int deopt_frame_count; variable