Home | History | Annotate | Download | only in src

Lines Matching refs:elements

75   // A list of pointers to frame elements in the entry frame.  NULL
78 ZoneList<FrameElement*> elements(length);
80 // Initially populate the list of elements based on the initial
87 elements.Add(NULL);
91 elements.Add(&initial_frame->elements_[i]);
94 // Compute elements based on the other reaching frames.
97 FrameElement* element = elements[i];
100 // change our decision about undetermined or invalid elements.
115 elements[i] = element;
119 // Build the new frame. A freshly allocated frame has memory elements
120 // for the parameters and some platform-dependent elements (e.g.,
125 FrameElement* target = elements[index];
127 // elements as copied exactly when they have a copy. Undetermined
128 // elements are initially recorded as if in memory.
134 // Then fill in the rest of the frame with new elements.
136 FrameElement* target = elements[index];
146 // Allocate any still-undetermined frame elements to registers or
149 if (elements[i] == NULL) {
165 // New elements will not be copies, so get number information from
183 // We must have a number type information now (not for copied elements).