Uses of Class
org.adoptopenjdk.jitwatch.model.bytecode.ClassBC
-
Packages that use ClassBC Package Description org.adoptopenjdk.jitwatch.loader org.adoptopenjdk.jitwatch.model org.adoptopenjdk.jitwatch.model.bytecode org.adoptopenjdk.jitwatch.ui.triview -
-
Uses of ClassBC in org.adoptopenjdk.jitwatch.loader
Methods in org.adoptopenjdk.jitwatch.loader that return ClassBC Modifier and Type Method Description static ClassBCBytecodeLoader. fetchBytecodeForClass(java.util.List<java.lang.String> classLocations, java.lang.String fqClassName, boolean cacheBytecode)static ClassBCBytecodeLoader. fetchBytecodeForClass(java.util.List<java.lang.String> classLocations, java.lang.String fqClassName, java.nio.file.Path javapPath, boolean cacheBytecode)static ClassBCBytecodeLoader. parse(java.lang.String fqClassName, java.lang.String[] bytecodeLines, boolean cacheBytecode)private static ClassBCBytecodeLoader. parseByteCodeFromString(java.lang.String fqClassName, java.lang.String byteCodeString, boolean cacheBytecode)Methods in org.adoptopenjdk.jitwatch.loader with parameters of type ClassBC Modifier and Type Method Description static voidBytecodeLoader. buildClassGenerics(java.lang.String line, ClassBC classBytecode)private static BytecodeLoader.BytecodeSectionBytecodeLoader. performCODE(java.lang.String fqClassName, ClassBC classBytecode, java.lang.StringBuilder builder, BytecodeLoader.BytecodeSection section, MemberSignatureParts msp, MemberBytecode memberBytecode, java.lang.String line)private static BytecodeLoader.BytecodeSectionBytecodeLoader. performConstantPool(java.lang.String fqClassName, ClassBC classBytecode, java.lang.StringBuilder builder, BytecodeLoader.BytecodeSection section, MemberSignatureParts msp, MemberBytecode memberBytecode, java.lang.String line)private static BytecodeLoader.BytecodeSectionBytecodeLoader. performEXCEPTIONTABLE(java.lang.String fqClassName, ClassBC classBytecode, java.lang.StringBuilder builder, BytecodeLoader.BytecodeSection section, MemberSignatureParts msp, MemberBytecode memberBytecode, java.lang.String line)private static BytecodeLoader.BytecodeSectionBytecodeLoader. performLINETABLE(java.lang.String fqClassName, ClassBC classBytecode, java.lang.StringBuilder builder, BytecodeLoader.BytecodeSection section, MemberSignatureParts msp, MemberBytecode memberBytecode, java.lang.String line)private static voidBytecodeLoader. sectionFinished(java.lang.String fqClassName, BytecodeLoader.BytecodeSection lastSection, MemberSignatureParts msp, java.lang.StringBuilder builder, MemberBytecode memberBytecode, ClassBC classBytecode) -
Uses of ClassBC in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model declared as ClassBC Modifier and Type Field Description private ClassBCMemberSignatureParts. classBytecodeprivate ClassBCMetaClass. classBytecodeMethods in org.adoptopenjdk.jitwatch.model that return ClassBC Modifier and Type Method Description ClassBCMetaClass. getClassBytecode()ClassBCMetaClass. getClassBytecode(IReadOnlyJITDataModel model, java.util.List<java.lang.String> classLocations)ClassBCMetaClass. getClassBytecode(IReadOnlyJITDataModel model, java.util.List<java.lang.String> classLocations, java.nio.file.Path javapPath)Methods in org.adoptopenjdk.jitwatch.model with parameters of type ClassBC Modifier and Type Method Description voidMemberSignatureParts. setClassBC(ClassBC classBytecode) -
Uses of ClassBC in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode declared as ClassBC Modifier and Type Field Description private ClassBCMemberBytecode. classBytecodeFields in org.adoptopenjdk.jitwatch.model.bytecode with type parameters of type ClassBC Modifier and Type Field Description private static java.util.Map<java.lang.String,java.util.List<ClassBC>>SourceMapper. sourceToClassMapMethods in org.adoptopenjdk.jitwatch.model.bytecode that return ClassBC Modifier and Type Method Description ClassBCMemberBytecode. getClassBytecode()Methods in org.adoptopenjdk.jitwatch.model.bytecode that return types with arguments of type ClassBC Modifier and Type Method Description static java.util.List<ClassBC>SourceMapper. getClassBytecodeList(ClassBC classBytecode)Methods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type ClassBC Modifier and Type Method Description static voidSourceMapper. addSourceClassMapping(ClassBC classBytecode)static java.util.List<ClassBC>SourceMapper. getClassBytecodeList(ClassBC classBytecode)private static java.lang.StringSourceMapper. getFullyQualifiedSourceName(ClassBC classBytecode)static MemberBytecodeSourceMapper. getMemberBytecodeForSourceLine(ClassBC classBytecode, int sourceLine)Constructors in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type ClassBC Constructor Description MemberBytecode(ClassBC classBytecode, MemberSignatureParts msp) -
Uses of ClassBC in org.adoptopenjdk.jitwatch.ui.triview
Methods in org.adoptopenjdk.jitwatch.ui.triview with parameters of type ClassBC Modifier and Type Method Description private voidTriView. updateStatusBarWithClassInformation(ClassBC classBytecode, java.lang.StringBuilder statusBarBuilder)
-