Lines Matching full:names
73 // If the class member names have to correspond globally, in execute()
97 // All library classes and library class members keep their names. in execute()
101 // We also keep the names of all methods of classes that are returned in execute()
103 // implementations of interfaces. The method names then have to match in execute()
104 // with the invoke dynamic names. in execute()
126 // Keep parameter names and types if specified. in execute()
142 // override the names of library classes and of library class members. in execute()
181 // Come up with new names for all classes. in execute()
200 // Come up with new names for all class members. in execute()
211 // Maintain a map of names to avoid [descriptor - new name - old name]. in execute()
214 // Do the class member names have to be globally unique? in execute()
217 // Collect all member names in all classes. in execute()
223 // Assign new names to all members in all classes. in execute()
232 // Come up with new names for all non-private class members. in execute()
236 // Collect all private member names in this class and down in execute()
244 // Collect all non-private member names anywhere in the hierarchy. in execute()
251 // Assign new names to all non-private members in this class. in execute()
258 // Clear the collected names. in execute()
262 // Come up with new names for all private class members. in execute()
266 // Collect all member names in this class. in execute()
271 // Collect all non-private member names higher up the hierarchy. in execute()
278 // Collect all member names from interfaces of abstract in execute()
291 // Assign new names to all private members in this class. in execute()
298 // Clear the collected names. in execute()
303 // Some class members may have ended up with conflicting names. in execute()
304 // Come up with new, globally unique names for them. in execute()
308 // Collect a map of special names to avoid in execute()
324 // Replace conflicting non-private member names with special names. in execute()
328 // Collect all private member names in this class and down in execute()
336 // Collect all non-private member names in this class and in execute()
344 // Assign new names to all conflicting non-private members in execute()
356 // Clear the collected names. in execute()
360 // Replace conflicting private member names with special names. in execute()
361 // This is only possible if those names were kept or mapped. in execute()
365 // Collect all member names in this class. in execute()
370 // Collect all non-private member names higher up the hierarchy. in execute()
377 // Assign new names to all conflicting private members in this in execute()
388 // Clear the collected names. in execute()
436 // Actually apply the new names. in execute()
440 // Update all references to these new names. in execute()