Searched refs:loaded (Results 26 - 31 of 31) sorted by relevance

12

/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s174 # or qwords that span cache line boundaries will still be loaded
265 # cache line boundaries will still be loaded and stored atomically.
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/resources/
H A Daliasmap50 hotspot.rt.cl.classes.loaded // 1.4.1
191 hotspot.rt.cl.bytes.loaded // 1.4.2
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec45 "Returns reference types for all the classes loaded by the target VM "
48 "loaders have loaded a class of the same name. "
49 "The search is confined to loaded classes only; no attempt is made "
61 (referenceTypeID typeID "Matching loaded reference type")
72 "Returns reference types for all classes currently loaded by the "
83 "The JNI signature of the loaded reference type")
517 "Returns reference types for all classes currently loaded by the "
534 "The JNI signature of the loaded reference type.")
536 "The generic signature of the loaded reference type "
599 "Returns the instance of java.lang.ClassLoader which loaded "
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp293 // Double-check, if child class is already loaded, just return super-class,interface
294 // Don't add a placedholder if already loaded, i.e. already in system dictionary
300 // Must check ClassCircularity before checking if super class is already loaded
534 // Klass is already loaded, so just return it
550 // Klass is already loaded, so just return it
638 // Klass is already loaded, so just return it
717 // Klass is already loaded, so just return it
741 // Klass is already loaded, so just return it
765 // successfully loaded instanceKlass
775 // Klass is already loaded, s
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp267 _init_state = loaded;
271 assert(is_loaded(), "must be loaded");
281 assert(is_loaded(), "must be loaded");
418 assert(is_loaded(), "must be loaded");
432 assert(is_loaded(), "must be loaded");
2170 // only look at classes that are already loaded
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2343 declare_constant(instanceKlass::loaded) \

Completed in 61 milliseconds

12