Searched refs:computeValue (Results 1 - 23 of 23) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/
H A DMemoizedBoolean.java27 /** A memoized boolean. Override {@link #computeValue} in subclasses;
36 protected abstract boolean computeValue(); method in class:MemoizedBoolean
41 value = computeValue();
H A DMemoizedByte.java27 /** A memoized byte. Override {@link #computeValue} in subclasses;
36 protected abstract byte computeValue(); method in class:MemoizedByte
41 value = computeValue();
H A DMemoizedChar.java27 /** A memoized char. Override {@link #computeValue} in subclasses;
36 protected abstract char computeValue(); method in class:MemoizedChar
41 value = computeValue();
H A DMemoizedDouble.java27 /** A memoized double. Override {@link #computeValue} in subclasses;
36 protected abstract double computeValue(); method in class:MemoizedDouble
41 value = computeValue();
H A DMemoizedFloat.java27 /** A memoized float. Override {@link #computeValue} in subclasses;
36 protected abstract float computeValue(); method in class:MemoizedFloat
41 value = computeValue();
H A DMemoizedInt.java27 /** A memoized int. Override {@link #computeValue} in subclasses; call
36 protected abstract int computeValue(); method in class:MemoizedInt
41 value = computeValue();
H A DMemoizedLong.java27 /** A memoized long. Override {@link #computeValue} in subclasses;
36 protected abstract long computeValue(); method in class:MemoizedLong
41 value = computeValue();
H A DMemoizedObject.java27 /** A memoized object. Override {@link #computeValue} in subclasses;
36 protected abstract Object computeValue(); method in class:MemoizedObject
41 value = computeValue();
H A DMemoizedShort.java27 /** A memoized short. Override {@link #computeValue} in subclasses;
36 protected abstract short computeValue(); method in class:MemoizedShort
41 value = computeValue();
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DWeakClassHashMap.java34 * type V. A concrete subclass must implement the computeValue method
74 value = computeValue(remoteClass);
81 protected abstract V computeValue(Class<?> remoteClass); method in class:WeakClassHashMap
H A DUnicastServerRef.java539 protected Map<Long,Method> computeValue(Class<?> remoteClass) { method in class:UnicastServerRef.HashToMethod_Maps
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DStackTraceEntry.java49 computeValue();
54 computeValue();
66 private void computeValue() { method in class:StackTraceEntry
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/
H A DDSO.java42 protected boolean computeValue() { method in class:DSO.IsDSO
48 protected Object computeValue() { method in class:DSO.ELFFileByName
54 protected Object computeValue() { method in class:DSO.ELFFileByAddress
/openjdk7/jdk/test/java/lang/invoke/
H A DClassValueTest.java54 protected String computeValue(Class<?> type) { method in class:ClassValueTest.CV1
106 protected String computeValue(Class<?> type) { method in class:ClassValueTest.CVN
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFFileParser.java96 public Object computeValue() {
128 public Object computeValue() {
158 public Object computeValue() {
169 public Object computeValue() {
255 public Object computeValue() {
261 public Object computeValue() {
267 public Object computeValue() {
433 public Object computeValue() {
440 public Object computeValue() {
453 public Object computeValue() {
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java43 public Object computeValue() {
58 public Object computeValue() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFFileParser.java185 public Object computeValue() {
197 // public Object computeValue() {
442 public Object computeValue() {
453 public Object computeValue() {
465 public Object computeValue() {
586 // public Object computeValue() {
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteObjectInvocationHandler.java269 protected Map<Method,Long> computeValue(Class<?> remoteClass) { method in class:RemoteObjectInvocationHandler.MethodToHash_Maps
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassValue.java71 protected abstract T computeValue(Class<?> type); method in class:ClassValue
76 * an invocation of the {@link #computeValue computeValue} method.
97 * @see #computeValue
121 * its value will be reinitialized by invoking its {@link #computeValue computeValue} method.
123 * {@code computeValue} method for the given class.
138 * by invoking {@code computeValue} and installing the resulting value.
162 * We can assume in the above scenario that {@code CV.computeValue} uses locks to properly
165 * between the return of {@code computeValue} i
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DObjectStreamClass.java396 value = computeValue(type);
402 private static Object computeValue(Class<?> type) { method in class:ObjectStreamClass.PersistentFieldsValue
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DDirectMethodHandle.java324 protected WeakReference<Thread> computeValue(Class<?> type) { method in class:DirectMethodHandle.EnsureInitialized
H A DMethodHandleImpl.java857 @Override protected MethodHandle computeValue(Class<?> hostClass) {
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DValueConversions.java1111 protected MethodHandle[] computeValue(Class<?> type) {

Completed in 419 milliseconds