Home
last modified time | relevance | path

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

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