Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dassembler-aarch32.h44 bool allow_strongly_discouraged_; variable
90 : assembler_(assembler), old_(assembler->allow_strongly_discouraged_) { in AllowStronglyDiscouragedScope()
91 assembler_->allow_strongly_discouraged_ = true; in AllowStronglyDiscouragedScope()
94 assembler_->allow_strongly_discouraged_ = old_; in ~AllowStronglyDiscouragedScope()
104 allow_strongly_discouraged_(false) { in isa_()
121 allow_strongly_discouraged_(false) { in AssemblerBase()
135 allow_strongly_discouraged_(false) { in AssemblerBase()
6066 return allow_strongly_discouraged_; in AllowStronglyDiscouraged()