Searched refs:constant_pool_allowed_ (Results 1 – 1 of 1) sorted by relevance
375 comments_(), constant_pool_allowed_(false) {} in buffer_()1127 bool constant_pool_allowed() const { return constant_pool_allowed_; } in constant_pool_allowed()1128 void set_constant_pool_allowed(bool b) { constant_pool_allowed_ = b; } in set_constant_pool_allowed()1172 bool constant_pool_allowed_; variable