Establishes that \p leafNode has been compiled for \p valueKey. If another leaf node has already been compiled for \p valueKey, then this function has no effect. This is not an error.
| 185 | /// this function has no effect. This is not an error. |
| 186 | /// |
| 187 | void SetCompiledLeafNode( |
| 188 | const ExecValueKey &valueKey, |
| 189 | const EfLeafNode *const leafNode) { |
| 190 | _compiledLeafNodeCache.Insert(valueKey, leafNode); |
| 191 | } |
| 192 | |
| 193 | /// Returns the leaf node cache. |
| 194 | EfLeafNodeCache &GetLeafNodeCache() { |