Searched refs:allow_unpredictable_ (Results 1 – 1 of 1) sorted by relevance
43 bool allow_unpredictable_; variable83 : assembler_(assembler), old_(assembler->allow_unpredictable_) { in AllowUnpredictableScope()84 assembler_->allow_unpredictable_ = true; in AllowUnpredictableScope()86 ~AllowUnpredictableScope() { assembler_->allow_unpredictable_ = old_; } in ~AllowUnpredictableScope()107 allow_unpredictable_(false), in isa_()124 allow_unpredictable_(false), in AssemblerBase()138 allow_unpredictable_(false), in AssemblerBase()6150 virtual bool AllowUnpredictable() { return allow_unpredictable_; } in AllowUnpredictable()