| 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, |
| 170 | uint64_t names_hashcode, int64_t charge, TCodeGenOptLevel::type opt) { |
no outgoing calls
no test coverage detected