Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dassembler-aarch32.h43 bool allow_unpredictable_; variable
83 : 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()