Uses of Class
org.adoptopenjdk.jitwatch.model.BCIOpcodeMap
Packages that use BCIOpcodeMap
-
Uses of BCIOpcodeMap in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model with type parameters of type BCIOpcodeMapModifier and TypeFieldDescriptionprivate Map<String, BCIOpcodeMap> ParseDictionary.methodBCIOpcodeMapMethods in org.adoptopenjdk.jitwatch.model that return BCIOpcodeMapModifier and TypeMethodDescriptionIParseDictionary.getBCIOpcodeMap(String methodID) ParseDictionary.getBCIOpcodeMap(String methodID) -
Uses of BCIOpcodeMap in org.adoptopenjdk.jitwatch.model.bytecode
Methods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type BCIOpcodeMapModifier and TypeMethodDescriptionprivate voidBytecodeAnnotationBuilder.storeElidedLock(IMetaMember member, int bciValue, String kind, BCIOpcodeMap bciOpcodeMap) private voidBytecodeAnnotationBuilder.storeEliminatedAllocation(IMetaMember member, int bciValue, String typeOrKlassName, BCIOpcodeMap bciOpcodeMap)