Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DCtClassType.java67 boolean gcConstPool; // if true, the constant pool entries will be garbage collected. field in CtClassType
85 wasChanged = wasFrozen = wasPruned = gcConstPool = false; in CtClassType()
1423 gcConstPool = true; in removeField()
1463 gcConstPool = true; in removeConstructor()
1498 gcConstPool = true; in removeMethod()
1559 public void rebuildClassFile() { gcConstPool = true; } in rebuildClassFile()
1569 if (gcConstPool) { in toBytecode()
1571 gcConstPool = false; in toBytecode()