Uses of Class
org.jruby.util.collections.NonBlockingHashMapLong
Packages that use NonBlockingHashMapLong
Package
Description
This package contains the implementation of
ProfilingService and all related
classes will be used for all profiling methods which are shipped with jruby.-
Uses of NonBlockingHashMapLong in org.jruby.java.invokers
Subclasses of NonBlockingHashMapLong in org.jruby.java.invokersFields in org.jruby.java.invokers declared as NonBlockingHashMapLongModifier and TypeFieldDescription(package private) NonBlockingHashMapLong<T>RubyToJavaInvoker.cache(package private) static final NonBlockingHashMapLongRubyToJavaInvoker.NULL_CACHE -
Uses of NonBlockingHashMapLong in org.jruby.javasupport
Fields in org.jruby.javasupport declared as NonBlockingHashMapLongModifier and TypeFieldDescriptionprivate final NonBlockingHashMapLong<JavaProxyConstructor>Java.JCreateMethod.cacheprivate final NonBlockingHashMapLong<ParameterTypes>Java.JCtorCache.cache -
Uses of NonBlockingHashMapLong in org.jruby.runtime.profile.builtin
Fields in org.jruby.runtime.profile.builtin declared as NonBlockingHashMapLongModifier and TypeFieldDescriptionprivate final NonBlockingHashMapLong<ProfiledMethod>ProfiledMethods.methods -
Uses of NonBlockingHashMapLong in org.jruby.runtime.scope
Fields in org.jruby.runtime.scope declared as NonBlockingHashMapLongModifier and TypeFieldDescriptionprivate static final NonBlockingHashMapLong<MethodHandle>DynamicScopeGenerator.specializedFactories -
Uses of NonBlockingHashMapLong in org.jruby.specialized
Fields in org.jruby.specialized declared as NonBlockingHashMapLongModifier and TypeFieldDescriptionprivate static final NonBlockingHashMapLong<RubyObjectSpecializer.ClassAndAllocator>RubyObjectSpecializer.SPECIALIZED_CLASSES -
Uses of NonBlockingHashMapLong in org.jruby.util.collections
Fields in org.jruby.util.collections declared as NonBlockingHashMapLongModifier and TypeFieldDescription(package private) final NonBlockingHashMapLongNonBlockingHashMapLong.CHM._nbhmlFields in org.jruby.util.collections with type parameters of type NonBlockingHashMapLongModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater<NonBlockingHashMapLong,NonBlockingHashMapLong.CHM> NonBlockingHashMapLong._chmUpdaterprivate static final AtomicReferenceFieldUpdater<NonBlockingHashMapLong,Object> NonBlockingHashMapLong._val_1UpdaterConstructors in org.jruby.util.collections with parameters of type NonBlockingHashMapLongModifierConstructorDescription(package private)CHM(NonBlockingHashMapLong nbhml, Counter size, int logsize) -
Uses of NonBlockingHashMapLong in org.jruby.util.io
Fields in org.jruby.util.io declared as NonBlockingHashMapLongModifier and TypeFieldDescriptionprivate final NonBlockingHashMapLong<ChannelFD>FilenoUtil.filenoMap