Uses of Class
org.jruby.util.collections.IntHashMap
Packages that use IntHashMap
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 IntHashMap in org.jruby.ir.targets
Fields in org.jruby.ir.targets declared as IntHashMapModifier and TypeFieldDescriptionfinal IntHashMap<Void>ClassData.arrayMethodsDefinedfinal IntHashMap<Void>ClassData.hashMethodsDefinedfinal IntHashMap<Void>ClassData.kwargsHashMethodsDefinedprivate final IntHashMap<?>SiteTracker.seenTypesprivate IntHashMap<MethodType>JVMVisitorMethodContext.signaturesprivate final IntHashMap<String>IRBytecodeAdapter.variableNamesprivate final IntHashMap<org.objectweb.asm.Type>IRBytecodeAdapter.variableTypesMethods in org.jruby.ir.targets that return IntHashMapMethods in org.jruby.ir.targets with parameters of type IntHashMapModifier and TypeMethodDescriptionprivate StringJVMVisitor.pushHandlesForDef(String variableName, String specificName, IntHashMap<MethodType> signaturesExceptVariable, MethodType variable, String variableOnly, String variableAndSpecific) -
Uses of IntHashMap in org.jruby.java.dispatch
Methods in org.jruby.java.dispatch that return IntHashMapModifier and TypeMethodDescriptionstatic <T extends ParameterTypes>
IntHashMap<T>CallableSelector.newCallableCache()Deprecated. -
Uses of IntHashMap in org.jruby.runtime.profile.builtin
Fields in org.jruby.runtime.profile.builtin declared as IntHashMapMethods in org.jruby.runtime.profile.builtin that return IntHashMapModifier and TypeMethodDescriptionInvocation.getChildren()protected static IntHashMap<MethodData>ProfilePrinter.methodData(Invocation top) Methods in org.jruby.runtime.profile.builtin with parameters of type IntHashMapModifier and TypeMethodDescriptionprivate static voidProfilePrinter.methodData1(IntHashMap<MethodData> methods, Invocation inv) private voidHtmlProfilePrinter.printInvocationOfChild(PrintStream out, IntHashMap<MethodData> methods, MethodData data, int childSerial, String callerName, InvocationSet invs) Constructors in org.jruby.runtime.profile.builtin with parameters of type IntHashMapModifierConstructorDescriptionInvocation(Invocation parent, int serial, IntHashMap<Invocation> children) -
Uses of IntHashMap in org.jruby.util
Fields in org.jruby.util declared as IntHashMapModifier and TypeFieldDescription(package private) IntHashMap<Object>StringSupport.TrTables.del(package private) IntHashMap<Object>StringSupport.TrTables.noDel -
Uses of IntHashMap in org.jruby.util.collections
Subclasses of IntHashMap in org.jruby.util.collectionsMethods in org.jruby.util.collections that return IntHashMap