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
94 : assembler_(assembler), old_(assembler->allow_strongly_discouraged_) { in AllowStronglyDiscouragedScope()
95 assembler_->allow_strongly_discouraged_ = true; in AllowStronglyDiscouragedScope()
98 assembler_->allow_strongly_discouraged_ = old_; in ~AllowStronglyDiscouragedScope()
108 allow_strongly_discouraged_(false) { in isa_()
125 allow_strongly_discouraged_(false) { in AssemblerBase()
139 allow_strongly_discouraged_(false) { in AssemblerBase()
6152 return allow_strongly_discouraged_; in AllowStronglyDiscouraged()