Searched refs:allow_unpredictable_ (Results 1 – 1 of 1) sorted by relevance
43 bool allow_unpredictable_; variable79 : assembler_(assembler), old_(assembler->allow_unpredictable_) { in AllowUnpredictableScope()80 assembler_->allow_unpredictable_ = true; in AllowUnpredictableScope()82 ~AllowUnpredictableScope() { assembler_->allow_unpredictable_ = old_; } in ~AllowUnpredictableScope()103 allow_unpredictable_(false), in isa_()120 allow_unpredictable_(false), in AssemblerBase()134 allow_unpredictable_(false), in AssemblerBase()6064 virtual bool AllowUnpredictable() { return allow_unpredictable_; } in AllowUnpredictable()