|
virtual void | mark () const |
| For garbage collection. Used in first phase of garbage collection. More...
|
|
◆ ConstantUp()
nsMLHom::ConstantUp::ConstantUp |
( |
const GHom & |
uup, |
|
|
const MLHom & |
ddown |
|
) |
| |
|
inline |
◆ clone()
_MLHom* nsMLHom::ConstantUp::clone |
( |
| ) |
const |
|
inlinevirtual |
◆ eval()
Implements _MLHom.
References AdditiveMap< K, V, EqualKey >::add(), AdditiveMap< K, V, EqualKey >::begin(), GHom::compose(), down, AdditiveMap< K, V, EqualKey >::end(), and up.
◆ hash()
size_t nsMLHom::ConstantUp::hash |
( |
| ) |
const |
|
inlinevirtual |
◆ mark()
virtual void _MLHom::mark |
( |
| ) |
const |
|
inlineprivatevirtualinherited |
For garbage collection. Used in first phase of garbage collection.
◆ operator==()
bool nsMLHom::ConstantUp::operator== |
( |
const _MLHom & |
other | ) |
const |
|
inlinevirtual |
◆ shouldCache()
virtual bool _MLHom::shouldCache |
( |
| ) |
const |
|
inlinevirtualinherited |
test if caching should be done : default means should cache
Reimplemented in nsMLHom::Identity.
◆ skip_variable()
bool nsMLHom::ConstantUp::skip_variable |
( |
int |
| ) |
const |
|
inline |
◆ down
MLHom nsMLHom::ConstantUp::down |
|
private |
◆ 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.
◆ up
GHom nsMLHom::ConstantUp::up |
|
private |
The documentation for this class was generated from the following file: