Uses of Interface
org.openjdk.jmc.common.IMCMethod
-
Packages that use IMCMethod Package Description org.openjdk.jmc.common This package contains interfaces used in Mission Control to identify classes, methods, stack traces etc.org.openjdk.jmc.common.unit This package contains the data model for quantities and units.org.openjdk.jmc.common.util org.openjdk.jmc.flightrecorder org.openjdk.jmc.flightrecorder.internal.parser.v0.factories org.openjdk.jmc.flightrecorder.internal.parser.v1 org.openjdk.jmc.flightrecorder.jdk org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders org.openjdk.jmc.flightrecorder.rules.jdk.latency org.openjdk.jmc.flightrecorder.rules.jdk.memory -
-
Uses of IMCMethod in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCMethod Modifier and Type Method Description IMCMethodIMCFrame. getMethod()The method for the frame. -
Uses of IMCMethod in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type IMCMethod Modifier and Type Field Description static ContentType<IMCMethod>UnitLookup. METHOD -
Uses of IMCMethod in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IMCMethod Modifier and Type Class Description classMCMethodBase implementation of theIMCMethodinterface.Fields in org.openjdk.jmc.common.util declared as IMCMethod Modifier and Type Field Description private IMCMethodMCFrame. m_methodMethods in org.openjdk.jmc.common.util that return IMCMethod Modifier and Type Method Description IMCMethodMCFrame. getMethod()Methods in org.openjdk.jmc.common.util with parameters of type IMCMethod Modifier and Type Method Description static java.lang.StringFormatToolkit. getHumanReadable(IMCMethod method)Get a human readable string representing a method, displays all available informationstatic java.lang.StringFormatToolkit. getHumanReadable(IMCMethod method, boolean showReturnValue, boolean showReturnValuePackage, boolean showClassName, boolean showClassPackageName, boolean showArguments, boolean showArgumentsPackage)Get a human readable string representing a method.Constructors in org.openjdk.jmc.common.util with parameters of type IMCMethod Constructor Description MCFrame(IMCMethod method, java.lang.Integer bci, java.lang.Integer frameLineNumber, IMCFrame.Type type)Create a new frame instance. -
Uses of IMCMethod in org.openjdk.jmc.flightrecorder
Methods in org.openjdk.jmc.flightrecorder with parameters of type IMCMethod Modifier and Type Method Description private static java.lang.StringRecordingPrinter. stringifyMethod(IMCMethod method) -
Uses of IMCMethod in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories with type parameters of type IMCMethod Modifier and Type Field Description private CanonicalConstantMap<IMCMethod>MethodFactory. methodMapMethods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return IMCMethod Modifier and Type Method Description private IMCMethodMethodFactory. createMethod(java.lang.Object[] o)IMCMethodMethodFactory. createObject(long identifier, java.lang.Object source)Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return types with arguments of type IMCMethod Modifier and Type Method Description ContentType<IMCMethod>MethodFactory. getContentType()Constructor parameters in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories with type arguments of type IMCMethod Constructor Description MethodFactory(ValueDescriptor[] descriptors, CanonicalConstantMap<IMCMethod> methodMap) -
Uses of IMCMethod in org.openjdk.jmc.flightrecorder.internal.parser.v1
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v1 that implement IMCMethod Modifier and Type Class Description (package private) static classStructTypes.JfrMethodMethods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IMCMethod Modifier and Type Method Description IMCMethodStructTypes.JfrFrame. getMethod() -
Uses of IMCMethod in org.openjdk.jmc.flightrecorder.jdk
Fields in org.openjdk.jmc.flightrecorder.jdk with type parameters of type IMCMethod Modifier and Type Field Description static IAttribute<IMCMethod>JdkAttributes. COMPILER_METHODstatic IAttribute<IMCMethod>JdkAttributes. STACK_TRACE_BOTTOM_METHODstatic IAttribute<IMCMethod>JdkAttributes. STACK_TRACE_TOP_METHOD -
Uses of IMCMethod in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders
Fields in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders with type parameters of type IMCMethod Modifier and Type Field Description static IAccessorFactory<IMCMethod>MethodProfilingDataProvider. TOP_FRAME_ACCESSOR_FACTORYA custom accessor used to get the top frame in a stack trace. -
Uses of IMCMethod in org.openjdk.jmc.flightrecorder.rules.jdk.latency
Fields in org.openjdk.jmc.flightrecorder.rules.jdk.latency declared as IMCMethod Modifier and Type Field Description (package private) IMCMethodMethodProfilingRule.MethodProfilingWindowResult. methodConstructors in org.openjdk.jmc.flightrecorder.rules.jdk.latency with parameters of type IMCMethod Constructor Description MethodProfilingWindowResult(IMCMethod method, IMCStackTrace path, IQuantity ratio, IQuantity actualRatio, IRange<IQuantity> window) -
Uses of IMCMethod in org.openjdk.jmc.flightrecorder.rules.jdk.memory
Fields in org.openjdk.jmc.flightrecorder.rules.jdk.memory with type parameters of type IMCMethod Modifier and Type Field Description private static IPredicate<IMCMethod>AutoBoxingRule. IS_AUTOBOXED_PREDICATE
-