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
79 : 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()