Home
last modified time | relevance | path

Searched refs:gcConstPool (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/
DCtClassType.java63 boolean gcConstPool; // if true, the constant pool entries will be garbage collected. field in CtClassType
81 wasChanged = wasFrozen = wasPruned = gcConstPool = false; in CtClassType()
1273 gcConstPool = true; in removeField()
1310 gcConstPool = true; in removeConstructor()
1341 gcConstPool = true; in removeMethod()
1400 public void rebuildClassFile() { gcConstPool = true; } in rebuildClassFile()
1409 if (gcConstPool) { in toBytecode()
1411 gcConstPool = false; in toBytecode()