Lines Matching defs:classes

251   // Create storage for root classes, save away our work so far (requires descriptors).
261 // Setup the primitive type classes.
271 // Create array interface entries to populate once we can load system classes.
307 // Set up array classes for string, field, method
354 // Setup the primitive array type classes - can't be done until Object has a vtable.
426 // End of special init trickery, subsequent classes may be loaded via FindSystemClass.
432 // java.lang.ref classes need to be specially flagged, but otherwise are normal classes
924 // If no classes.dex found in dex_location, it has been stripped, assume oat is up-to-date.
939 // not found in /foo/bar/baz.odex? try /data/dalvik-cache/foo@bar@baz.jar@classes.dex
1057 // Set classes on AbstractMethod early so that IsMethod tests can be performed during the live
1142 std::set<mirror::Class*>* classes = reinterpret_cast<std::set<mirror::Class*>*>(arg);
1143 classes->insert(c);
1148 std::set<mirror::Class*> classes;
1149 VisitClasses(GetClassesVisitor, &classes);
1150 for (mirror::Class* klass : classes) {
1270 // Check for circular dependencies between classes.
1307 // for primitive classes that aren't backed by dex files.
1310 // Find the class in the loaded classes table.
1423 // Add the newly loaded class to the loaded classes table.
2053 // See if the component type is already loaded. Array classes are
2083 // Array classes are simple enough that we don't need to do a full
2260 // classes into the class table.
2307 return; // All dex cache classes are already in the class table.
2310 self->StartAssertNoThreadSuspension("Moving image classes to class table");
2479 // Make sure all classes referenced by catch blocks are resolved.
2516 // kAccPreverified flag when compiling image classes, the flag is recorded
2527 // classes.
3013 // Initialize super classes, must be done while initializing for the JLS.
3173 // Returns true if classes referenced by the signature of the method are the
3174 // same classes in klass1 as they are in klass2.
3365 // Ensure super classes are fully resolved prior to resolving fields..
3849 // We know there are no non-reference fields in the Reference classes, and we know
3983 // boot class loader. This was to permit different classes with the
4251 os << "Loaded classes: " << class_table_.size() << " allocated classes\n";