Searched refs:deopt_frame_count (Results 1 – 3 of 3) sorted by relevance
386 rec->deopt_frame_count = 0; in AttachDeoptInlinedFrames()410 int deopt_frame_count = 0; in AttachDeoptInlinedFrames() local416 deopt_frames[deopt_frame_count++] = {script_id, offset}; in AttachDeoptInlinedFrames()419 rec->deopt_frame_count = deopt_frame_count; in AttachDeoptInlinedFrames()
39 deopt_frames, deopt_frames + deopt_frame_count); in UpdateCodeMap()
91 int deopt_frame_count; variable