Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dassembler-aarch32.h77 class AllowUnpredictableScope {
82 explicit AllowUnpredictableScope(Assembler* assembler) in AllowUnpredictableScope() function
86 ~AllowUnpredictableScope() { assembler_->allow_unpredictable_ = old_; } in ~AllowUnpredictableScope()