|
virtual void | mark () const |
| For garbage collection. Used in first phase of garbage collection. More...
|
|
◆ Identity()
nsMLHom::Identity::Identity |
( |
int |
ref = 0 | ) |
|
|
inline |
◆ clone()
_MLHom* nsMLHom::Identity::clone |
( |
| ) |
const |
|
inlinevirtual |
◆ eval()
◆ hash()
size_t nsMLHom::Identity::hash |
( |
| ) |
const |
|
inlinevirtual |
unique table trivia
Implements _MLHom.
◆ mark()
virtual void _MLHom::mark |
( |
| ) |
const |
|
inlineprivatevirtualinherited |
For garbage collection. Used in first phase of garbage collection.
◆ operator==()
bool nsMLHom::Identity::operator== |
( |
const _MLHom & |
| ) |
const |
|
inlinevirtual |
◆ shouldCache()
virtual bool nsMLHom::Identity::shouldCache |
( |
| ) |
const |
|
inlinevirtual |
test if caching should be done : default means should cache
Reimplemented from _MLHom.
◆ skip_variable()
bool nsMLHom::Identity::skip_variable |
( |
int |
| ) |
const |
|
inline |
◆ marking
For garbage collection.
Used in the two phase garbage collection process. A Shom that is not marked after the first pass over the unicity table, will be sweeped in the second phase. Outside of garbage collection routine, marking should always bear the value false.
Referenced by MLHom::garbage().
◆ refCounter
For garbage collection.
Counts the number of times a _MLHom is referenced from the context of an MLHom.
The documentation for this class was generated from the following file: