Searched refs:ITScope (Results 1 - 2 of 2) sorted by relevance
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 187 class ITScope { class in vixl::aarch32::MacroAssembler 190 ITScope(MacroAssembler* masm, in ITScope() function in vixl::aarch32::MacroAssembler::ITScope 196 ITScope(MacroAssembler* , Condition* , const MacroEmissionCheckScope& , in ITScope() 198 ITScope(AllocatorWrapper allocator, MacroAssembler* masm, in ITScope() 229 ~ITScope() { in ITScope() 648 ITScope it_scope(this, &cond, guard); in MacroAssembler() 650 ITScope it_scope(allocator_, this, &cond, guard); in MacroAssembler() 675 ITScope it_scope(this, &cond, guard); in MacroAssembler() 677 ITScope it_scope(allocator_, this, &cond, guard); in MacroAssembler() 700 ITScope it_scop in MacroAssembler() [all...] |
H A D | macro-assembler-aarch32.cc | 266 ITScope it_scope(this, &cond, guard); in MemOperandComputationHelper() 268 ITScope it_scope(allocator_, this, &cond, guard); in MemOperandComputationHelper()
|
Completed in 18 milliseconds