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

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java67 * A monitor MBean monitors values of an attribute common to a set of observed
271 * <p>Each element in this array corresponds to an observed object
282 * monitor MBean is not registered in an MBean server. This
563 * Returns an array containing the objects being observed.
1018 int mask, int an[]) {
1019 final int i = computeAlreadyNotifiedIndex(o, index, an);
1043 int index, int an[]) {
1044 final int i = computeAlreadyNotifiedIndex(o, index, an);
1056 int index, int an[]) {
1057 if (an
1017 setAlreadyNotified(ObservedObject o, int index, int mask, int an[]) argument
1042 resetAllAlreadyNotified(ObservedObject o, int index, int an[]) argument
1055 computeAlreadyNotifiedIndex(ObservedObject o, int index, int an[]) argument
1122 monitor(ObservedObject o, int index, int an[]) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp80 // XXX This is place holder code for reusing an existing String
483 // The int variant takes an initial size for the backing
724 // removed or it can safely be transformed into an uncommon
738 AllocateNode* an = n->as_Allocate(); local
739 InitializeNode* init = an->initialization();
796 // A test which leads to an uncommon trap which should be safe.
1431 // The original jvms is for an allocation of either a String or
1473 // If we're not reusing an existing String allocation then allocate one here.
1477 // The original jvms is for an allocation of either a String or

Completed in 36 milliseconds