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 IMCMethod
IMCFrame. 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 class
MCMethod
Base implementation of theIMCMethod
interface.Fields in org.openjdk.jmc.common.util declared as IMCMethod Modifier and Type Field Description private IMCMethod
MCFrame. m_method
Methods in org.openjdk.jmc.common.util that return IMCMethod Modifier and Type Method Description IMCMethod
MCFrame. getMethod()
Methods in org.openjdk.jmc.common.util with parameters of type IMCMethod Modifier and Type Method Description static java.lang.String
FormatToolkit. getHumanReadable(IMCMethod method)
Get a human readable string representing a method, displays all available informationstatic java.lang.String
FormatToolkit. 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.String
RecordingPrinter. 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. methodMap
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return IMCMethod Modifier and Type Method Description private IMCMethod
MethodFactory. createMethod(java.lang.Object[] o)
IMCMethod
MethodFactory. 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 class
StructTypes.JfrMethod
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IMCMethod Modifier and Type Method Description IMCMethod
StructTypes.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_METHOD
static IAttribute<IMCMethod>
JdkAttributes. STACK_TRACE_BOTTOM_METHOD
static 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_FACTORY
A 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) IMCMethod
MethodProfilingRule.MethodProfilingWindowResult. method
Constructors 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
-