Lines Matching refs:FixedArray
14 break_points: FixedArray|BreakPoint|Undefined;
50 break_points: FixedArray;
95 // (1) A pair of FixedArray<CallSiteInfo> and positive limit
100 // (2) A pair of FixedArray<CallSiteInfo> and negative limit
104 // (3) A FixedArray<CallSiteInfo> and FixedArray<StackFrameInfo>
109 // appropriate FixedArray now.
110 // (4) A valid JavaScript object and FixedArray<StackFrameInfo>
118 // This holds either the FixedArray of CallSiteInfo instances or
121 call_site_infos_or_formatted_stack: FixedArray|JSAny;
122 // This holds either the FixedArray of StackFrameInfo instances
128 limit_or_stack_frame_infos: Smi|FixedArray;