Home
last modified time | relevance | path

Searched refs:newInstance (Results 1 – 25 of 30) sorted by relevance

12

/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DUserSymbolRecord.java63 mutatesTo(Object oldInstance, Object newInstance)
65 return (newInstance != null && oldInstance != null &&
66 oldInstance.getClass() == newInstance.getClass());
307 mutatesTo(Object oldInstance, Object newInstance)
309 return (newInstance != null && oldInstance != null &&
311 newInstance.getClass());
H A DExitRecord.java61 mutatesTo(Object oldInstance, Object newInstance)
63 return (newInstance != null && oldInstance != null &&
64 oldInstance.getClass() == newInstance.getClass());
H A DStackFrame.java59 mutatesTo(Object oldInstance, Object newInstance)
61 return (newInstance != null && oldInstance != null &&
62 oldInstance.getClass() == newInstance.getClass());
H A DKernelSymbolRecord.java63 mutatesTo(Object oldInstance, Object newInstance)
65 return (newInstance != null && oldInstance != null &&
66 oldInstance.getClass() == newInstance.getClass());
H A DProbe.java64 mutatesTo(Object oldInstance, Object newInstance)
66 return (newInstance != null && oldInstance != null &&
67 oldInstance.getClass() == newInstance.getClass());
H A DFlow.java88 mutatesTo(Object oldInstance, Object newInstance)
90 return (newInstance != null && oldInstance != null &&
91 oldInstance.getClass() == newInstance.getClass());
H A DProbeInfo.java72 mutatesTo(Object oldInstance, Object newInstance)
74 return (newInstance != null && oldInstance != null &&
75 oldInstance.getClass() == newInstance.getClass());
H A DProgramInfo.java65 mutatesTo(Object oldInstance, Object newInstance)
67 return (newInstance != null && oldInstance != null &&
68 oldInstance.getClass() == newInstance.getClass());
H A DAggregationRecord.java61 mutatesTo(Object oldInstance, Object newInstance)
63 return (newInstance != null && oldInstance != null &&
64 oldInstance.getClass() == newInstance.getClass());
H A DPrintfRecord.java61 mutatesTo(Object oldInstance, Object newInstance)
63 return (newInstance != null && oldInstance != null &&
64 oldInstance.getClass() == newInstance.getClass());
H A DUserStackRecord.java63 mutatesTo(Object oldInstance, Object newInstance)
65 return (newInstance != null && oldInstance != null &&
66 oldInstance.getClass() == newInstance.getClass());
H A DKernelStackRecord.java65 mutatesTo(Object oldInstance, Object newInstance)
67 return (newInstance != null && oldInstance != null &&
68 oldInstance.getClass() == newInstance.getClass());
H A DInterfaceAttributes.java74 mutatesTo(Object oldInstance, Object newInstance)
76 return (newInstance != null && oldInstance != null &&
77 oldInstance.getClass() == newInstance.getClass());
H A DAggregation.java86 mutatesTo(Object oldInstance, Object newInstance)
88 return ((newInstance != null) && (oldInstance != null) &&
89 (oldInstance.getClass() == newInstance.getClass()));
H A DProcessState.java65 mutatesTo(Object oldInstance, Object newInstance)
67 return (newInstance != null && oldInstance != null &&
68 oldInstance.getClass() == newInstance.getClass());
H A DOption.java115 mutatesTo(Object oldInstance, Object newInstance)
117 return (newInstance != null && oldInstance != null &&
118 oldInstance.getClass() == newInstance.getClass());
H A DScalarRecord.java63 mutatesTo(Object oldInstance, Object newInstance)
65 return (newInstance != null && oldInstance != null &&
66 oldInstance.getClass() == newInstance.getClass());
H A DTuple.java78 mutatesTo(Object oldInstance, Object newInstance)
80 return (newInstance != null && oldInstance != null &&
81 oldInstance.getClass() == newInstance.getClass());
H A DPrintaRecord.java99 mutatesTo(Object oldInstance, Object newInstance)
101 return (newInstance != null && oldInstance != null &&
102 oldInstance.getClass() == newInstance.getClass());
H A DDistribution.java383 mutatesTo(Object oldInstance, Object newInstance)
385 return (newInstance != null && oldInstance != null &&
387 newInstance.getClass()));
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientMsgManager.java87 newInstance(String keyName, in newInstance() method in ClientMsgManager
109 SrvLocMsg msg = (SrvLocMsg)msgClass.newInstance(); in newInstance()
H A DSrvLocHeader.java192 static SrvLocHeader newInstance(int version) { in newInstance() method in SrvLocHeader
205 SrvLocHeader hdr = (SrvLocHeader)hdrClass.newInstance(); in newInstance()
H A DDATable.java219 daTable = (DATable)tclass.newInstance(); in linkAndInstantiateFromProp()
H A DServiceLocationManager.java306 ret = con.newInstance(params); in getInstance()
H A DServiceStoreFactory.java119 store = (ServiceStore)storeClass.newInstance(); in createServiceStoreFromProperty()

12