Uses of Class
org.mozilla.javascript.ObjToIntMap
Packages that use ObjToIntMap
-
Uses of ObjToIntMap in org.mozilla.classfile
Fields in org.mozilla.classfile declared as ObjToIntMapModifier and TypeFieldDescriptionprivate ObjToIntMap
ConstantPool.itsClassHash
private ObjToIntMap
ConstantPool.itsConstantHash
private ObjToIntMap
ConstantPool.itsFieldRefHash
private ObjToIntMap
ConstantPool.itsMethodRefHash
private ObjToIntMap
ConstantPool.itsUtf8Hash
-
Uses of ObjToIntMap in org.mozilla.javascript
Fields in org.mozilla.javascript declared as ObjToIntMapModifier and TypeFieldDescriptionprivate ObjToIntMap
TokenStream.allStrings
private ObjToIntMap
CodeGenerator.bigInts
(package private) ObjToIntMap
Context.iterating
(package private) ObjToIntMap
ObjToIntMap.Iterator.master
(package private) ObjToIntMap
JavaAdapter.JavaAdapterSignature.names
private ObjToIntMap
CodeGenerator.strings
(package private) ObjToIntMap
ScriptRuntime.IdEnumeration.used
Methods in org.mozilla.javascript that return ObjToIntMapModifier and TypeMethodDescriptionprivate static ObjToIntMap
JavaAdapter.getObjectFunctionNames
(Scriptable obj) Methods in org.mozilla.javascript with parameters of type ObjToIntMapModifier and TypeMethodDescriptionprivate static void
Node.appendPrintId
(Node n, ObjToIntMap printIds, StringBuilder sb) static byte[]
JavaAdapter.createAdapterCode
(ObjToIntMap functionNames, String adapterName, Class<?> superClass, Class<?>[] interfaces, String scriptClassName) private static void
Node.generatePrintIds
(Node n, ObjToIntMap map) private void
Node.toString
(ObjToIntMap printIds, StringBuilder sb) private static void
Node.toStringTreeHelper
(ScriptNode treeTop, Node n, ObjToIntMap printIds, int level, StringBuilder sb) Constructors in org.mozilla.javascript with parameters of type ObjToIntMapModifierConstructorDescription(package private)
Iterator
(ObjToIntMap master) (package private)
JavaAdapterSignature
(Class<?> superClass, Class<?>[] interfaces, ObjToIntMap names) -
Uses of ObjToIntMap in org.mozilla.javascript.optimizer
Fields in org.mozilla.javascript.optimizer declared as ObjToIntMapModifier and TypeFieldDescriptionprivate ObjToIntMap
Block.FatBlock.predecessors
private ObjToIntMap
Codegen.scriptOrFnIndexes
private ObjToIntMap
Block.FatBlock.successors
Methods in org.mozilla.javascript.optimizer with parameters of type ObjToIntMapModifier and TypeMethodDescriptionprivate static Block[]
Block.FatBlock.reduceToArray
(ObjToIntMap map)