Uses of Class
org.mozilla.javascript.ObjToIntMap
-
Packages that use ObjToIntMap Package Description org.mozilla.classfile org.mozilla.javascript org.mozilla.javascript.optimizer -
-
Uses of ObjToIntMap in org.mozilla.classfile
Fields in org.mozilla.classfile declared as ObjToIntMap Modifier and Type Field Description private 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 ObjToIntMap Modifier and Type Field Description private 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 ObjToIntMap Modifier and Type Method Description private static ObjToIntMap
JavaAdapter. getObjectFunctionNames(Scriptable obj)
Methods in org.mozilla.javascript with parameters of type ObjToIntMap Modifier and Type Method Description private static void
Node. appendPrintId(Node n, ObjToIntMap printIds, java.lang.StringBuilder sb)
static byte[]
JavaAdapter. createAdapterCode(ObjToIntMap functionNames, java.lang.String adapterName, java.lang.Class<?> superClass, java.lang.Class<?>[] interfaces, java.lang.String scriptClassName)
private static void
Node. generatePrintIds(Node n, ObjToIntMap map)
private void
Node. toString(ObjToIntMap printIds, java.lang.StringBuilder sb)
private static void
Node. toStringTreeHelper(ScriptNode treeTop, Node n, ObjToIntMap printIds, int level, java.lang.StringBuilder sb)
Constructors in org.mozilla.javascript with parameters of type ObjToIntMap Constructor Description Iterator(ObjToIntMap master)
JavaAdapterSignature(java.lang.Class<?> superClass, java.lang.Class<?>[] interfaces, ObjToIntMap names)
-
Uses of ObjToIntMap in org.mozilla.javascript.optimizer
Fields in org.mozilla.javascript.optimizer declared as ObjToIntMap Modifier and Type Field Description private ObjToIntMap
Block.FatBlock. predecessors
private ObjToIntMap
Codegen. scriptOrFnIndexes
private ObjToIntMap
Block.FatBlock. successors
Methods in org.mozilla.javascript.optimizer with parameters of type ObjToIntMap Modifier and Type Method Description private static Block[]
Block.FatBlock. reduceToArray(ObjToIntMap map)
-