Uses of Class
org.adoptopenjdk.jitwatch.model.bytecode.ClassBC
Packages that use ClassBC
Package
Description
-
Uses of ClassBC in org.adoptopenjdk.jitwatch.loader
Methods in org.adoptopenjdk.jitwatch.loader that return ClassBCModifier and TypeMethodDescriptionstatic ClassBCBytecodeLoader.fetchBytecodeForClass(List<String> classLocations, String fqClassName, boolean cacheBytecode) static ClassBCBytecodeLoader.fetchBytecodeForClass(List<String> classLocations, String fqClassName, Path javapPath, boolean cacheBytecode) static ClassBCprivate static ClassBCBytecodeLoader.parseByteCodeFromString(String fqClassName, String byteCodeString, boolean cacheBytecode) Methods in org.adoptopenjdk.jitwatch.loader with parameters of type ClassBCModifier and TypeMethodDescriptionstatic voidBytecodeLoader.buildClassGenerics(String line, ClassBC classBytecode) private static BytecodeLoader.BytecodeSectionBytecodeLoader.performCODE(String fqClassName, ClassBC classBytecode, StringBuilder builder, BytecodeLoader.BytecodeSection section, MemberSignatureParts msp, MemberBytecode memberBytecode, String line) private static BytecodeLoader.BytecodeSectionBytecodeLoader.performConstantPool(String fqClassName, ClassBC classBytecode, StringBuilder builder, BytecodeLoader.BytecodeSection section, MemberSignatureParts msp, MemberBytecode memberBytecode, String line) private static BytecodeLoader.BytecodeSectionBytecodeLoader.performEXCEPTIONTABLE(String fqClassName, ClassBC classBytecode, StringBuilder builder, BytecodeLoader.BytecodeSection section, MemberSignatureParts msp, MemberBytecode memberBytecode, String line) private static BytecodeLoader.BytecodeSectionBytecodeLoader.performLINETABLE(String fqClassName, ClassBC classBytecode, StringBuilder builder, BytecodeLoader.BytecodeSection section, MemberSignatureParts msp, MemberBytecode memberBytecode, String line) private static voidBytecodeLoader.sectionFinished(String fqClassName, BytecodeLoader.BytecodeSection lastSection, MemberSignatureParts msp, StringBuilder builder, MemberBytecode memberBytecode, ClassBC classBytecode) -
Uses of ClassBC in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model declared as ClassBCModifier and TypeFieldDescriptionprivate ClassBCMemberSignatureParts.classBytecodeprivate ClassBCMetaClass.classBytecodeMethods in org.adoptopenjdk.jitwatch.model that return ClassBCModifier and TypeMethodDescriptionMetaClass.getClassBytecode()MetaClass.getClassBytecode(IReadOnlyJITDataModel model, List<String> classLocations) MetaClass.getClassBytecode(IReadOnlyJITDataModel model, List<String> classLocations, Path javapPath) Methods in org.adoptopenjdk.jitwatch.model with parameters of type ClassBC -
Uses of ClassBC in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode declared as ClassBCFields in org.adoptopenjdk.jitwatch.model.bytecode with type parameters of type ClassBCMethods in org.adoptopenjdk.jitwatch.model.bytecode that return ClassBCMethods in org.adoptopenjdk.jitwatch.model.bytecode that return types with arguments of type ClassBCMethods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type ClassBCModifier and TypeMethodDescriptionstatic voidSourceMapper.addSourceClassMapping(ClassBC classBytecode) SourceMapper.getClassBytecodeList(ClassBC classBytecode) private static StringSourceMapper.getFullyQualifiedSourceName(ClassBC classBytecode) static MemberBytecodeSourceMapper.getMemberBytecodeForSourceLine(ClassBC classBytecode, int sourceLine) Constructors in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type ClassBC -
Uses of ClassBC in org.adoptopenjdk.jitwatch.ui.triview
Methods in org.adoptopenjdk.jitwatch.ui.triview with parameters of type ClassBCModifier and TypeMethodDescriptionprivate voidTriView.updateStatusBarWithClassInformation(ClassBC classBytecode, StringBuilder statusBarBuilder)