Uses of Class
org.adoptopenjdk.jitwatch.model.assembly.AssemblyBlock
-
Packages that use AssemblyBlock Package Description org.adoptopenjdk.jitwatch.model.assembly -
-
Uses of AssemblyBlock in org.adoptopenjdk.jitwatch.model.assembly
Fields in org.adoptopenjdk.jitwatch.model.assembly with type parameters of type AssemblyBlock Modifier and Type Field Description private java.util.List<AssemblyBlock>AssemblyMethod. blocksMethods in org.adoptopenjdk.jitwatch.model.assembly that return types with arguments of type AssemblyBlock Modifier and Type Method Description java.util.List<AssemblyBlock>AssemblyMethod. getBlocks()Methods in org.adoptopenjdk.jitwatch.model.assembly with parameters of type AssemblyBlock Modifier and Type Method Description voidAssemblyMethod. addBlock(AssemblyBlock block)
-