- calculateLocals(String, int, String, String) - Static method in class org.objectweb.asm.jip.attrs.StackMapTableAttribute
-
Use method signature and access flags to resolve initial locals state.
- CALOAD - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- canFilter() - Method in class com.mentorgen.tools.profile.instrument.clfilter.AntTaskClassLoaderFilter
-
- canFilter() - Method in interface com.mentorgen.tools.profile.instrument.clfilter.ClassLoaderFilter
-
This method examines the environment to determine if
it can be used to filter by ClassLoader
.
- canFilter() - Method in class com.mentorgen.tools.profile.instrument.clfilter.ExtensionsClassLoaderFilter
-
- canFilter() - Method in class com.mentorgen.tools.profile.instrument.clfilter.StandardClassLoaderFilter
-
- canFilter() - Method in class com.mentorgen.tools.profile.instrument.clfilter.TomcatInternalClassLoaderFilter
-
- canFilter() - Method in class com.mentorgen.tools.profile.instrument.clfilter.WebAppClassLoaderFilter
-
- canFilter() - Method in class net.sourceforge.jiprof.instrument.clfilter.GenericClassLoaderFilter
-
- canFilter() - Method in class net.sourceforge.jiprof.instrument.clfilter.Info
-
- canFilter() - Method in class net.sourceforge.jiprof.instrument.clfilter.JBossEJBClassLoaderFilter
-
- canFilter() - Method in class net.sourceforge.jiprof.instrument.clfilter.JBossServletClassLoaderFilter
-
- canFilter() - Method in class net.sourceforge.jiprof.instrument.clfilter.JBossUniversalClassLoaderFilter
-
- cast(Type, Type) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instructions to cast a numerical value from one type to
another.
- CASTORE - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- catchException(Label, Label, Type) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Marks the start of an exception handler.
- changed(Object) - Method in class com.tivo.jipviewer.JipViewer
-
- CHAR - Static variable in class org.objectweb.asm.jip.Type
-
The sort of the char type.
- CHAR_TYPE - Static variable in class org.objectweb.asm.jip.Type
-
The char type.
- checkCast(Type) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to check that the top stack value is of the
given type.
- CHECKCAST - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- childIterator() - Method in class com.mentorgen.tools.profile.runtime.Frame
-
- CHOP_FRAME - Static variable in class org.objectweb.asm.jip.attrs.StackMapTableAttribute
-
Frame where current locals are the same as the locals in the previous
frame, except that the k last locals are absent.
- ClassAdapter - Class in org.objectweb.asm.jip
-
- ClassAdapter(ClassVisitor) - Constructor for class org.objectweb.asm.jip.ClassAdapter
-
- ClassAllocation - Class in com.mentorgen.tools.profile.runtime
-
A simple class to track the number of times an instance of a particular
class is created.
- ClassLoaderFilter - Interface in com.mentorgen.tools.profile.instrument.clfilter
-
The Profile
class is loaded by the "
application" classloader.
- ClassReader - Class in org.objectweb.asm.jip
-
A Java class parser to make a
ClassVisitor
visit an existing class.
- ClassReader(byte[]) - Constructor for class org.objectweb.asm.jip.ClassReader
-
- ClassReader(byte[], int, int) - Constructor for class org.objectweb.asm.jip.ClassReader
-
- ClassReader(InputStream) - Constructor for class org.objectweb.asm.jip.ClassReader
-
- ClassReader(String) - Constructor for class org.objectweb.asm.jip.ClassReader
-
- ClassVisitor - Interface in org.objectweb.asm.jip
-
A visitor to visit a Java class.
- ClassWriter - Class in org.objectweb.asm.jip
-
- ClassWriter(boolean) - Constructor for class org.objectweb.asm.jip.ClassWriter
-
- ClassWriter(boolean, boolean) - Constructor for class org.objectweb.asm.jip.ClassWriter
-
- ClassWriter(ClassReader, boolean) - Constructor for class org.objectweb.asm.jip.ClassWriter
-
Constructs a new
ClassWriter
object and enables optimizations for
"mostly add" bytecode transformations.
- clear() - Static method in class com.mentorgen.tools.profile.runtime.Profile
-
- Clear - Class in com.mentorgen.tools.util.profile
-
- Clear() - Constructor for class com.mentorgen.tools.util.profile.Clear
-
- Client - Class in com.mentorgen.tools.util.profile
-
- Client() - Constructor for class com.mentorgen.tools.util.profile.Client
-
- close() - Method in class com.mentorgen.tools.profile.Controller
-
- com.mentorgen.tools.profile - package com.mentorgen.tools.profile
-
- com.mentorgen.tools.profile.instrument - package com.mentorgen.tools.profile.instrument
-
- com.mentorgen.tools.profile.instrument.clfilter - package com.mentorgen.tools.profile.instrument.clfilter
-
- com.mentorgen.tools.profile.output - package com.mentorgen.tools.profile.output
-
- com.mentorgen.tools.profile.runtime - package com.mentorgen.tools.profile.runtime
-
- com.mentorgen.tools.util.profile - package com.mentorgen.tools.util.profile
-
- com.tivo.jipviewer - package com.tivo.jipviewer
-
- COMPARABLE_COMAPRATOR - Static variable in class com.tivo.jipviewer.TableSorter
-
- computeSVUID - Variable in class org.objectweb.asm.jip.commons.SerialVersionUIDAdder
-
Flag that indicates if we need to compute SVUID.
- computeSVUID() - Method in class org.objectweb.asm.jip.commons.SerialVersionUIDAdder
-
Returns the value of SVUID if the class doesn't have one already.
- Controller - Class in com.mentorgen.tools.profile
-
Controller
reads the properties file that controls
how the profiler operates, both when the byte code is instrumented
as well as at runtime.
- Controller() - Constructor for class com.mentorgen.tools.profile.Controller
-
- Controller.OutputType - Enum in com.mentorgen.tools.profile
-
- Controller.TimeResolution - Enum in com.mentorgen.tools.profile
-
- cv - Variable in class org.objectweb.asm.jip.ClassAdapter
-
- GE - Static variable in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Constant for the
ifCmp
method.
- generateCase(int, Label) - Method in interface org.objectweb.asm.jip.commons.TableSwitchGenerator
-
Generates the code for a switch case.
- generateDefault() - Method in interface org.objectweb.asm.jip.commons.TableSwitchGenerator
-
Generates the code for the default switch case.
- GeneratorAdapter - Class in org.objectweb.asm.jip.commons
-
- GeneratorAdapter(MethodVisitor, int, String, String) - Constructor for class org.objectweb.asm.jip.commons.GeneratorAdapter
-
- GeneratorAdapter(int, Method, MethodVisitor) - Constructor for class org.objectweb.asm.jip.commons.GeneratorAdapter
-
- GeneratorAdapter(int, Method, String, Type[], ClassVisitor) - Constructor for class org.objectweb.asm.jip.commons.GeneratorAdapter
-
- GenericClassLoaderFilter - Class in net.sourceforge.jiprof.instrument.clfilter
-
- GenericClassLoaderFilter() - Constructor for class net.sourceforge.jiprof.instrument.clfilter.GenericClassLoaderFilter
-
- getAction() - Method in class net.sourceforge.jiprof.timeline.ActionRecord
-
- getAllocCount() - Method in class com.mentorgen.tools.profile.runtime.ClassAllocation
-
- getArgumentTypes() - Method in class org.objectweb.asm.jip.commons.Method
-
Returns the argument types of the method described by this object.
- getArgumentTypes(String) - Static method in class org.objectweb.asm.jip.Type
-
Returns the Java types corresponding to the argument types of the given
method descriptor.
- getArgumentTypes(Method) - Static method in class org.objectweb.asm.jip.Type
-
Returns the Java types corresponding to the argument types of the given
method.
- getClassName() - Method in class com.mentorgen.tools.profile.runtime.ClassAllocation
-
- getClassName() - Method in class com.mentorgen.tools.profile.runtime.Frame
-
- getClassName() - Method in class net.sourceforge.jiprof.timeline.ActionRecord
-
- getClassName() - Method in class org.objectweb.asm.jip.Type
-
Returns the name of the class corresponding to this type.
- getColumnClass(int) - Method in class com.tivo.jipviewer.TableSorter
-
- getColumnCount() - Method in class com.tivo.jipviewer.TableSorter
-
- getColumnName(int) - Method in class com.tivo.jipviewer.TableSorter
-
- getComparator(int) - Method in class com.tivo.jipviewer.TableSorter
-
- getCount() - Method in class com.mentorgen.tools.profile.runtime.Metrics
-
- getDescriptor() - Method in class org.objectweb.asm.jip.commons.Method
-
Returns the descriptor of the method described by this object.
- getDescriptor() - Method in class org.objectweb.asm.jip.Type
-
Returns the descriptor corresponding to this Java type.
- getDescriptor(Class) - Static method in class org.objectweb.asm.jip.Type
-
Returns the descriptor corresponding to the given Java type.
- getDimensions() - Method in class org.objectweb.asm.jip.Type
-
Returns the number of dimensions of this array type.
- getElementType() - Method in class org.objectweb.asm.jip.Type
-
Returns the type of the elements of this array type.
- getField(Type, String, Type) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to push the value of a non static field on the
stack.
- GETFIELD - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- getFrame(Label) - Method in class org.objectweb.asm.jip.attrs.StackMapAttribute
-
- getFrame(Label) - Method in class org.objectweb.asm.jip.attrs.StackMapTableAttribute
-
- getFrames() - Method in class org.objectweb.asm.jip.attrs.StackMapAttribute
-
- getFrames() - Method in class org.objectweb.asm.jip.attrs.StackMapTableAttribute
-
- getHeaderRendererIcon(int, int) - Method in class com.tivo.jipviewer.TableSorter
-
- getInternalClassName() - Method in class com.mentorgen.tools.profile.runtime.ClassAllocation
-
- getInternalName() - Method in class org.objectweb.asm.jip.Type
-
Returns the internal name of the class corresponding to this object type.
- getInternalName(Class) - Static method in class org.objectweb.asm.jip.Type
-
Returns the internal name of the given class.
- getInvertedName() - Method in class com.mentorgen.tools.profile.runtime.Frame
-
- getItem(int) - Method in class org.objectweb.asm.jip.ClassReader
-
Returns the start index of the constant pool item in
b
, plus
one.
- getLabel() - Method in class org.objectweb.asm.jip.attrs.StackMapType
-
- getLabels() - Method in class org.objectweb.asm.jip.Attribute
-
Returns the labels corresponding to this attribute.
- getLabels() - Method in class org.objectweb.asm.jip.attrs.StackMapAttribute
-
- getLocalType(int) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Returns the type of the given local variable.
- getMethod(String) - Static method in class org.objectweb.asm.jip.commons.Method
-
Returns a
Method
corresponding to the given Java method
declaration.
- getMethodDescriptor(Type, Type[]) - Static method in class org.objectweb.asm.jip.Type
-
Returns the descriptor corresponding to the given argument and return
types.
- getMethodDescriptor(Method) - Static method in class org.objectweb.asm.jip.Type
-
Returns the descriptor corresponding to the given method.
- getMethodName() - Method in class com.mentorgen.tools.profile.runtime.Frame
-
- getMethodName() - Method in class net.sourceforge.jiprof.timeline.ActionRecord
-
- getMethodOff(ClassReader, int, char[]) - Static method in class org.objectweb.asm.jip.attrs.StackMapTableAttribute
-
- getName() - Method in class com.mentorgen.tools.profile.runtime.Frame
-
- getName() - Method in class org.objectweb.asm.jip.commons.Method
-
Returns the name of the method described by this object.
- getObject() - Method in class org.objectweb.asm.jip.attrs.StackMapType
-
- getOffset() - Method in class org.objectweb.asm.jip.Label
-
Returns the offset corresponding to this label.
- getOpcode(int) - Method in class org.objectweb.asm.jip.Type
-
Returns a JVM instruction opcode adapted to this Java type.
- getParent() - Method in class com.mentorgen.tools.profile.runtime.Frame
-
- getReturnType() - Method in class org.objectweb.asm.jip.commons.Method
-
Returns the return type of the method described by this object.
- getReturnType(String) - Static method in class org.objectweb.asm.jip.Type
-
Returns the Java type corresponding to the return type of the given
method descriptor.
- getReturnType(Method) - Static method in class org.objectweb.asm.jip.Type
-
Returns the Java type corresponding to the return type of the given
method.
- getRowCount() - Method in class com.tivo.jipviewer.TableSorter
-
- getSize() - Method in class org.objectweb.asm.jip.Type
-
Returns the size of values of this type.
- getSort() - Method in class org.objectweb.asm.jip.Type
-
Returns the sort of this Java type.
- getSortingStatus(int) - Method in class com.tivo.jipviewer.TableSorter
-
- getStatic(Type, String, Type) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to push the value of a static field on the
stack.
- GETSTATIC - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- getTableHeader() - Method in class com.tivo.jipviewer.TableSorter
-
- getTableModel() - Method in class com.tivo.jipviewer.TableSorter
-
- getThreadId() - Method in class com.mentorgen.tools.profile.runtime.Frame
-
- getThreadId() - Method in class net.sourceforge.jiprof.timeline.ActionRecord
-
- getThreadTotalTime(long) - Static method in class com.mentorgen.tools.profile.runtime.Profile
-
- getTotalTime() - Method in class com.mentorgen.tools.profile.runtime.Metrics
-
- getType() - Method in class org.objectweb.asm.jip.attrs.StackMapType
-
- getType(String) - Static method in class org.objectweb.asm.jip.Type
-
Returns the Java type corresponding to the given type descriptor.
- getType(Class) - Static method in class org.objectweb.asm.jip.Type
-
Returns the Java type corresponding to the given class.
- getTypeInfo(int) - Static method in class org.objectweb.asm.jip.attrs.StackMapType
-
- getValueAt(int, int) - Method in class com.tivo.jipviewer.TableSorter
-
- goTo(Label) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label.
- GOTO - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- GT - Static variable in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Constant for the
ifCmp
method.
- I2B - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- I2C - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- I2D - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- I2F - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- I2L - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- I2S - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IADD - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IALOAD - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IAND - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IASTORE - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ICONST_0 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ICONST_1 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ICONST_2 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ICONST_3 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ICONST_4 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ICONST_5 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ICONST_M1 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IDIV - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IF_ACMPEQ - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IF_ACMPNE - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IF_ICMPEQ - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IF_ICMPGE - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IF_ICMPGT - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IF_ICMPLE - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IF_ICMPLT - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IF_ICMPNE - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ifCmp(Type, int, Label) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of
the top two stack values.
- IFEQ - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IFGE - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IFGT - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ifICmp(int, Label) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of
the top two integer stack values.
- IFLE - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IFLT - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IFNE - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ifNonNull(Label) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack
value is not null.
- IFNONNULL - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ifNull(Label) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack
value is null.
- IFNULL - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ifZCmp(int, Label) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of
the top integer stack value with zero.
- iinc(int, int) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to increment the given local variable.
- IINC - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ILOAD - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IMUL - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- incAllocCount() - Method in class com.mentorgen.tools.profile.runtime.ClassAllocation
-
- INEG - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- Info - Class in net.sourceforge.jiprof.instrument.clfilter
-
- Info() - Constructor for class net.sourceforge.jiprof.instrument.clfilter.Info
-
- info - Variable in class org.objectweb.asm.jip.Label
-
- init() - Static method in class com.mentorgen.tools.profile.runtime.Profile
-
- initProfiler() - Static method in class com.mentorgen.tools.profile.runtime.Profile
-
- initProfiler() - Static method in class net.sourceforge.jiprof.timeline.TimeLineProfiler
-
- instanceOf(Type) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to test if the top stack value is of the given
type.
- INSTANCEOF - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- INT - Static variable in class org.objectweb.asm.jip.Type
-
The sort of the int type.
- INT_TYPE - Static variable in class org.objectweb.asm.jip.Type
-
The int type.
- interactions(long) - Static method in class com.mentorgen.tools.profile.runtime.Profile
-
- interfaces - Variable in class org.objectweb.asm.jip.commons.SerialVersionUIDAdder
-
Interfaces implemented by the class.
- invokeConstructor(Type, Method) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to invoke a constructor.
- invokeInterface(Type, Method) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to invoke an interface method.
- INVOKEINTERFACE - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- INVOKESPECIAL - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- invokeStatic(Type, Method) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to invoke a static method.
- INVOKESTATIC - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- invokeVirtual(Type, Method) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to invoke a normal method.
- INVOKEVIRTUAL - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IOR - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IREM - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IRETURN - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- isCellEditable(int, int) - Method in class com.tivo.jipviewer.TableSorter
-
- isCodeAttribute() - Method in class org.objectweb.asm.jip.Attribute
-
Returns true if this type of attribute is a code attribute.
- isCodeAttribute() - Method in class org.objectweb.asm.jip.attrs.StackMapAttribute
-
- isCodeAttribute() - Method in class org.objectweb.asm.jip.attrs.StackMapTableAttribute
-
- ISHL - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ISHR - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- isSorting() - Method in class com.tivo.jipviewer.TableSorter
-
- ISTORE - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- ISUB - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- isUnknown() - Method in class org.objectweb.asm.jip.Attribute
-
Returns true if this type of attribute is unknown.
- isUnknown() - Method in class org.objectweb.asm.jip.attrs.StackMapAttribute
-
- isUnknown() - Method in class org.objectweb.asm.jip.attrs.StackMapTableAttribute
-
- ITEM_Double - Static variable in class org.objectweb.asm.jip.attrs.StackMapType
-
- ITEM_Float - Static variable in class org.objectweb.asm.jip.attrs.StackMapType
-
- ITEM_Integer - Static variable in class org.objectweb.asm.jip.attrs.StackMapType
-
- ITEM_Long - Static variable in class org.objectweb.asm.jip.attrs.StackMapType
-
- ITEM_NAMES - Static variable in class org.objectweb.asm.jip.attrs.StackMapType
-
- ITEM_Null - Static variable in class org.objectweb.asm.jip.attrs.StackMapType
-
- ITEM_Object - Static variable in class org.objectweb.asm.jip.attrs.StackMapType
-
- ITEM_Top - Static variable in class org.objectweb.asm.jip.attrs.StackMapType
-
- ITEM_Uninitialized - Static variable in class org.objectweb.asm.jip.attrs.StackMapType
-
- ITEM_UninitializedThis - Static variable in class org.objectweb.asm.jip.attrs.StackMapType
-
- IUSHR - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- IXOR - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- parse(String) - Static method in class com.tivo.jipviewer.JipParser
-
- PerfClassAdapter - Class in com.mentorgen.tools.profile.instrument
-
- PerfClassAdapter(ClassVisitor, String) - Constructor for class com.mentorgen.tools.profile.instrument.PerfClassAdapter
-
- PerfMethodAdapter - Class in com.mentorgen.tools.profile.instrument
-
This class is responsible for instrumenting a method to
call the profiler in order for performance
data to be gathered.
- PerfMethodAdapter(MethodVisitor, String, String) - Constructor for class com.mentorgen.tools.profile.instrument.PerfMethodAdapter
-
- pop() - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates a POP instruction.
- POP - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- pop2() - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates a POP2 instruction.
- POP2 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- premain(String, Instrumentation) - Static method in class com.mentorgen.tools.profile.Main
-
Useage:
- Profile - Class in com.mentorgen.tools.profile.runtime
-
The Profiler
is the class that actually profiles the code.
- Profile() - Constructor for class com.mentorgen.tools.profile.runtime.Profile
-
- ProfileDump - Class in com.mentorgen.tools.profile.output
-
Will output the profile to a text file, an XML file or both
depending on the value of output
property in the
profile properties file.
- ProfileDump() - Constructor for class com.mentorgen.tools.profile.output.ProfileDump
-
- push(boolean) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(int) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(long) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(float) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(double) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(String) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(Type) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- putByte(int) - Method in class org.objectweb.asm.jip.ByteVector
-
Puts a byte into this byte vector.
- putByteArray(byte[], int, int) - Method in class org.objectweb.asm.jip.ByteVector
-
Puts an array of bytes into this byte vector.
- putField(Type, String, Type) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in a non static
field.
- PUTFIELD - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- putInt(int) - Method in class org.objectweb.asm.jip.ByteVector
-
Puts an int into this byte vector.
- putLong(long) - Method in class org.objectweb.asm.jip.ByteVector
-
Puts a long into this byte vector.
- putShort(int) - Method in class org.objectweb.asm.jip.ByteVector
-
Puts a short into this byte vector.
- putStatic(Type, String, Type) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in a static field.
- PUTSTATIC - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- putUTF8(String) - Method in class org.objectweb.asm.jip.ByteVector
-
Puts an UTF8 string into this byte vector.
- SALOAD - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- SAME_FRAME - Static variable in class org.objectweb.asm.jip.attrs.StackMapTableAttribute
-
Frame has exactly the same locals as the previous stack map frame and
number of stack items is zero.
- SAME_FRAME_EXTENDED - Static variable in class org.objectweb.asm.jip.attrs.StackMapTableAttribute
-
Frame has exactly the same locals as the previous stack map frame and
number of stack items is zero.
- SAME_LOCALS_1_STACK_ITEM_FRAME - Static variable in class org.objectweb.asm.jip.attrs.StackMapTableAttribute
-
Frame has exactly the same locals as the previous stack map frame and
number of stack items is 1
- SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED - Static variable in class org.objectweb.asm.jip.attrs.StackMapTableAttribute
-
Frame has exactly the same locals as the previous stack map frame and
number of stack items is 1.
- SASTORE - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- SerialVersionUIDAdder - Class in org.objectweb.asm.jip.commons
-
A
ClassAdapter
that adds a serial version unique identifier to a
class if missing.
- SerialVersionUIDAdder(ClassVisitor) - Constructor for class org.objectweb.asm.jip.commons.SerialVersionUIDAdder
-
- setColumnComparator(Class, Comparator) - Method in class com.tivo.jipviewer.TableSorter
-
- setFileName(String) - Method in class com.mentorgen.tools.profile.Controller
-
- setFileName(String) - Static method in class com.mentorgen.tools.profile.runtime.Profile
-
- setLabel(Label) - Method in class org.objectweb.asm.jip.attrs.StackMapType
-
- setObject(String) - Method in class org.objectweb.asm.jip.attrs.StackMapType
-
- setSortingStatus(int, int) - Method in class com.tivo.jipviewer.TableSorter
-
- setTableHeader(JTableHeader) - Method in class com.tivo.jipviewer.TableSorter
-
- setTableModel(TableModel) - Method in class com.tivo.jipviewer.TableSorter
-
- setValueAt(Object, int, int) - Method in class com.tivo.jipviewer.TableSorter
-
- SHL - Static variable in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Constant for the
math
method.
- SHORT - Static variable in class org.objectweb.asm.jip.Type
-
The sort of the short type.
- SHORT_TYPE - Static variable in class org.objectweb.asm.jip.Type
-
The short type.
- SHR - Static variable in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Constant for the
math
method.
- shutdown() - Static method in class com.mentorgen.tools.profile.runtime.Profile
-
- SIPUSH - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- sortFrameList(Comparator<Frame>) - Static method in class com.mentorgen.tools.profile.runtime.Profile
-
- stack - Variable in class org.objectweb.asm.jip.attrs.StackMapFrame
-
A List of StackMapType
instances that represent stack for
this frame.
- StackMapAttribute - Class in org.objectweb.asm.jip.attrs
-
StackMapAttribute is used by CDLC preverifier.
- StackMapAttribute() - Constructor for class org.objectweb.asm.jip.attrs.StackMapAttribute
-
- StackMapAttribute(List) - Constructor for class org.objectweb.asm.jip.attrs.StackMapAttribute
-
- StackMapFrame - Class in org.objectweb.asm.jip.attrs
-
Holds the state of the stack and local variables for a single execution
branch.
- StackMapFrame(Label, List, List) - Constructor for class org.objectweb.asm.jip.attrs.StackMapFrame
-
- StackMapTableAttribute - Class in org.objectweb.asm.jip.attrs
-
The stack map attribute is used during the process of verification by
typechecking (?4.11.1).
- StackMapTableAttribute() - Constructor for class org.objectweb.asm.jip.attrs.StackMapTableAttribute
-
- StackMapTableAttribute(List) - Constructor for class org.objectweb.asm.jip.attrs.StackMapTableAttribute
-
- StackMapType - Class in org.objectweb.asm.jip.attrs
-
- StandardClassLoaderFilter - Class in com.mentorgen.tools.profile.instrument.clfilter
-
The filter for standalone applications.
- StandardClassLoaderFilter() - Constructor for class com.mentorgen.tools.profile.instrument.clfilter.StandardClassLoaderFilter
-
- start() - Method in class com.mentorgen.tools.profile.Controller
-
- start() - Static method in class com.mentorgen.tools.profile.runtime.Profile
-
- start(String, String) - Static method in class com.mentorgen.tools.profile.runtime.Profile
-
- Start - Class in com.mentorgen.tools.util.profile
-
- Start() - Constructor for class com.mentorgen.tools.util.profile.Start
-
- start(String, String) - Static method in class net.sourceforge.jiprof.timeline.TimeLineProfiler
-
- startElement(String, String, String, Attributes) - Method in class com.tivo.jipviewer.JipParser
-
- StaticInitMerger - Class in org.objectweb.asm.jip.commons
-
A
ClassAdapter
that merges clinit methods into a single one.
- StaticInitMerger(String, ClassVisitor) - Constructor for class org.objectweb.asm.jip.commons.StaticInitMerger
-
- stop() - Method in class com.mentorgen.tools.profile.Controller
-
- stop() - Static method in class com.mentorgen.tools.profile.runtime.Profile
-
- Stop - Class in com.mentorgen.tools.util.profile
-
- Stop() - Constructor for class com.mentorgen.tools.util.profile.Stop
-
- storeArg(int) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given
method argument.
- storeLocal(int) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given local
variable.
- storeLocal(int, Type) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given local
variable.
- SUB - Static variable in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Constant for the
math
method.
- svuidConstructors - Variable in class org.objectweb.asm.jip.commons.SerialVersionUIDAdder
-
Collection of non-private constructors.
- svuidFields - Variable in class org.objectweb.asm.jip.commons.SerialVersionUIDAdder
-
Collection of fields.
- svuidMethods - Variable in class org.objectweb.asm.jip.commons.SerialVersionUIDAdder
-
Collection of non-private methods.
- swap() - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates a SWAP instruction.
- swap(Type, Type) - Method in class org.objectweb.asm.jip.commons.GeneratorAdapter
-
Generates the instructions to swap the top two stack values.
- SWAP - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- V1_1 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- V1_2 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- V1_3 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- V1_4 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- V1_5 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- V1_6 - Static variable in interface org.objectweb.asm.jip.Opcodes
-
- valueChanged(ListSelectionEvent) - Method in class com.tivo.jipviewer.JipViewer
-
- valueChanged(TreeSelectionEvent) - Method in class com.tivo.jipviewer.JipViewer
-
- valueOf(String) - Static method in enum com.mentorgen.tools.profile.Controller.OutputType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mentorgen.tools.profile.Controller.TimeResolution
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jiprof.timeline.Action
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.mentorgen.tools.profile.Controller.OutputType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mentorgen.tools.profile.Controller.TimeResolution
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jiprof.timeline.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- viewIndex(int) - Method in class com.tivo.jipviewer.TableSorter
-
- visit(String, Object) - Method in interface org.objectweb.asm.jip.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(int, int, String, String, String, String[]) - Method in class org.objectweb.asm.jip.ClassAdapter
-
- visit(int, int, String, String, String, String[]) - Method in interface org.objectweb.asm.jip.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - Method in class org.objectweb.asm.jip.ClassWriter
-
- visit(int, int, String, String, String, String[]) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visit(String, Object) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visit(int, int, String, String, String, String[]) - Method in class org.objectweb.asm.jip.commons.SerialVersionUIDAdder
-
- visit(int, int, String, String, String, String[]) - Method in class org.objectweb.asm.jip.commons.StaticInitMerger
-
- visitAnnotation(String, String) - Method in interface org.objectweb.asm.jip.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, boolean) - Method in class org.objectweb.asm.jip.ClassAdapter
-
- visitAnnotation(String, boolean) - Method in interface org.objectweb.asm.jip.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - Method in class org.objectweb.asm.jip.ClassWriter
-
- visitAnnotation(String, boolean) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitAnnotation(String, String) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitAnnotation(String, boolean) - Method in interface org.objectweb.asm.jip.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitAnnotation(String, boolean) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotationDefault() - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitAnnotationDefault() - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitAnnotationDefault() - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitArray(String) - Method in interface org.objectweb.asm.jip.AnnotationVisitor
-
Visits an array value of the annotation.
- visitArray(String) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitAttribute(Attribute) - Method in class org.objectweb.asm.jip.ClassAdapter
-
- visitAttribute(Attribute) - Method in interface org.objectweb.asm.jip.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - Method in class org.objectweb.asm.jip.ClassWriter
-
- visitAttribute(Attribute) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitAttribute(Attribute) - Method in interface org.objectweb.asm.jip.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitAttribute(Attribute) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a non standard attribute of this method.
- visitCode() - Method in class com.mentorgen.tools.profile.instrument.PerfMethodAdapter
-
- visitCode() - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitCode() - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitCode() - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitEnd() - Method in interface org.objectweb.asm.jip.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in class org.objectweb.asm.jip.ClassAdapter
-
- visitEnd() - Method in interface org.objectweb.asm.jip.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class org.objectweb.asm.jip.ClassWriter
-
- visitEnd() - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitEnd() - Method in class org.objectweb.asm.jip.commons.SerialVersionUIDAdder
-
- visitEnd() - Method in class org.objectweb.asm.jip.commons.StaticInitMerger
-
- visitEnd() - Method in interface org.objectweb.asm.jip.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitEnd() - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits the end of the method.
- visitEnum(String, String, String) - Method in interface org.objectweb.asm.jip.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitEnum(String, String, String) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitField(int, String, String, String, Object) - Method in class org.objectweb.asm.jip.ClassAdapter
-
- visitField(int, String, String, String, Object) - Method in interface org.objectweb.asm.jip.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - Method in class org.objectweb.asm.jip.ClassWriter
-
- visitField(int, String, String, String, Object) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitField(int, String, String, String, Object) - Method in class org.objectweb.asm.jip.commons.SerialVersionUIDAdder
-
- visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.jip.commons.AdviceAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitFieldInsn(int, String, String, String) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a field instruction.
- visitIincInsn(int, int) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitIincInsn(int, int) - Method in class org.objectweb.asm.jip.commons.LocalVariablesSorter
-
- visitIincInsn(int, int) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitIincInsn(int, int) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits an IINC instruction.
- visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.jip.ClassAdapter
-
- visitInnerClass(String, String, String, int) - Method in interface org.objectweb.asm.jip.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.jip.ClassWriter
-
- visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitInsn(int) - Method in class com.mentorgen.tools.profile.instrument.PerfMethodAdapter
-
- visitInsn(int) - Method in class org.objectweb.asm.jip.commons.AdviceAdapter
-
- visitInsn(int) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitInsn(int) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitInsn(int) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a zero operand instruction.
- visitIntInsn(int, int) - Method in class org.objectweb.asm.jip.commons.AdviceAdapter
-
- visitIntInsn(int, int) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitIntInsn(int, int) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitIntInsn(int, int) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits an instruction with a single int operand.
- visitJumpInsn(int, Label) - Method in class org.objectweb.asm.jip.commons.AdviceAdapter
-
- visitJumpInsn(int, Label) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitJumpInsn(int, Label) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitJumpInsn(int, Label) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a jump instruction.
- visitLabel(Label) - Method in class com.mentorgen.tools.profile.instrument.PerfMethodAdapter
-
- visitLabel(Label) - Method in class org.objectweb.asm.jip.commons.AdviceAdapter
-
- visitLabel(Label) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitLabel(Label) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitLabel(Label) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a label.
- visitLdcInsn(Object) - Method in class org.objectweb.asm.jip.commons.AdviceAdapter
-
- visitLdcInsn(Object) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitLdcInsn(Object) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitLdcInsn(Object) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a LDC instruction.
- visitLineNumber(int, Label) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitLineNumber(int, Label) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitLineNumber(int, Label) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a line number declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.objectweb.asm.jip.commons.LocalVariablesSorter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a local variable declaration.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.jip.commons.AdviceAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitMaxs(int, int) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitMaxs(int, int) - Method in class org.objectweb.asm.jip.commons.LocalVariablesSorter
-
- visitMaxs(int, int) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitMaxs(int, int) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables
of the method.
- visitMethod(int, String, String, String, String[]) - Method in class com.mentorgen.tools.profile.instrument.PerfClassAdapter
-
- visitMethod(int, String, String, String, String[]) - Method in class org.objectweb.asm.jip.ClassAdapter
-
- visitMethod(int, String, String, String, String[]) - Method in interface org.objectweb.asm.jip.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - Method in class org.objectweb.asm.jip.ClassWriter
-
- visitMethod(int, String, String, String, String[]) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitMethod(int, String, String, String, String[]) - Method in class org.objectweb.asm.jip.commons.SerialVersionUIDAdder
-
- visitMethod(int, String, String, String, String[]) - Method in class org.objectweb.asm.jip.commons.StaticInitMerger
-
- visitMethodInsn(int, String, String, String) - Method in class com.mentorgen.tools.profile.instrument.PerfMethodAdapter
-
- visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.jip.commons.AdviceAdapter
-
- visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitMethodInsn(int, String, String, String) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a method instruction.
- visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.jip.commons.AdviceAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitOuterClass(String, String, String) - Method in class org.objectweb.asm.jip.ClassAdapter
-
- visitOuterClass(String, String, String) - Method in interface org.objectweb.asm.jip.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class org.objectweb.asm.jip.ClassWriter
-
- visitOuterClass(String, String, String) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitParameterAnnotation(int, String, boolean) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitParameterAnnotation(int, String, boolean) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitParameterAnnotation(int, String, boolean) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitSource(String, String) - Method in class org.objectweb.asm.jip.ClassAdapter
-
- visitSource(String, String) - Method in interface org.objectweb.asm.jip.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - Method in class org.objectweb.asm.jip.ClassWriter
-
- visitSource(String, String) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.jip.commons.AdviceAdapter
-
- visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitTableSwitchInsn(int, int, Label, Label[]) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class com.mentorgen.tools.profile.instrument.PerfMethodAdapter
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a try catch block.
- visitTypeInsn(int, String) - Method in class org.objectweb.asm.jip.commons.AdviceAdapter
-
- visitTypeInsn(int, String) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitTypeInsn(int, String) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitTypeInsn(int, String) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a type instruction.
- visitVarInsn(int, int) - Method in class org.objectweb.asm.jip.commons.AdviceAdapter
-
- visitVarInsn(int, int) - Method in class org.objectweb.asm.jip.commons.EmptyVisitor
-
- visitVarInsn(int, int) - Method in class org.objectweb.asm.jip.commons.LocalVariablesSorter
-
- visitVarInsn(int, int) - Method in class org.objectweb.asm.jip.MethodAdapter
-
- visitVarInsn(int, int) - Method in interface org.objectweb.asm.jip.MethodVisitor
-
Visits a local variable instruction.
- VOID - Static variable in class org.objectweb.asm.jip.Type
-
The sort of the void type.
- VOID_TYPE - Static variable in class org.objectweb.asm.jip.Type
-
The void type.