Home
last modified time | relevance | path

Searched refs:constant_pool_allowed_ (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h375 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