When Empty, no guarantees are made about the content of other fields.
| 164 | CodeGenCacheEntry() : cached_engine_pointer(nullptr) {} |
| 165 | // When Empty, no guarantees are made about the content of other fields. |
| 166 | bool Empty() { return cached_engine_pointer == nullptr; } |
| 167 | void Reset() { cached_engine_pointer = nullptr; } |
| 168 | void Reset(CodeGenObjectCache* cached_engine_ptr, int64_t num_funcs, |
| 169 | int64_t num_instrucs, int64_t num_opt_funcs, int64_t num_opt_instrucs, |
no outgoing calls