Searched refs:lazy_compile_frozen_ (Results 1 – 1 of 1) sorted by relevance
328 void set_lazy_compile_frozen(bool frozen) { lazy_compile_frozen_ = frozen; } in set_lazy_compile_frozen()329 bool lazy_compile_frozen() const { return lazy_compile_frozen_; } in lazy_compile_frozen()424 bool lazy_compile_frozen_ = false; variable