Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc325 current_scratch_scope_(NULL), in MacroAssembler()
346 current_scratch_scope_(NULL), in MacroAssembler()
365 current_scratch_scope_(NULL), in MacroAssembler()
Dmacro-assembler-aarch64.h3384 current_scratch_scope_ = scope; in SetCurrentScratchRegisterScope()
3387 return current_scratch_scope_; in GetCurrentScratchRegisterScope()
3626 UseScratchRegisterScope* current_scratch_scope_; variable
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h264 current_scratch_scope_(NULL), in Assembler()
279 current_scratch_scope_(NULL), in Assembler()
292 current_scratch_scope_(NULL), in Assembler()
321 current_scratch_scope_ = scope; in SetCurrentScratchRegisterScope()
324 return current_scratch_scope_; in GetCurrentScratchRegisterScope()
11059 UseScratchRegisterScope* current_scratch_scope_; variable