Searched defs:compile_the_world (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp1174 void ClassPathDirEntry::compile_the_world(Handle loader, TRAPS) { function in class:ClassPathDirEntry
1185 void ClassPathZipEntry::compile_the_world(Handle loader, TRAPS) { function in class:ClassPathZipEntry
1260 void LazyClassPathEntry::compile_the_world(Handle loader, TRAPS) { function in class:LazyClassPathEntry
1261 resolve_entry()->compile_the_world(loader, CHECK);
1268 void ClassLoader::compile_the_world() { function in class:ClassLoader
1281 e->compile_the_world(system_class_loader, CATCH);

Completed in 52 milliseconds