| /art/compiler/optimizing/ | 
| D | parallel_move_resolver.cc | 264   int scratch = -1;  in AllocateScratchRegister()  local381     for (Location scratch : scratches_) {  in AddScratchLocation()  local
 458     Location scratch = AllocateScratchLocationFor(kind);  in PerformMove()  local
 495       Location scratch = scratches_[i];  in PerformMove()  local
 
 | 
| D | code_generator_vector_arm_vixl.cc | 903         /*out*/ vixl32::Register* scratch) {  in VecAddress()929         /*out*/ vixl32::Register* scratch) {  in VecAddressUnaligned()
 959   vixl32::Register scratch;  in VisitVecLoad()  local
 1011   vixl32::Register scratch;  in VisitVecStore()  local
 
 | 
| D | parallel_move_test.cc | 117     Location scratch = GetScratchLocation(kind);  in AllocateScratchLocationFor()  local
 | 
| D | code_generator_vector_arm64_sve.cc | 1101   Register scratch;  in VisitVecLoad()  local1143   Register scratch;  in VisitVecStore()  local
 
 | 
| D | code_generator_vector_arm64_neon.cc | 1433   Register scratch;  in VisitVecLoad()  local1493   Register scratch;  in VisitVecStore()  local
 
 | 
| D | code_generator_arm64.cc | 1149   Location scratch = GetScratchLocation(kind);  in AllocateScratchLocationFor()  local7052     /*out*/ Register* scratch) {  in VecNEONAddress()
 7085     /*out*/ Register* scratch) {  in VecSVEAddress()
 
 | 
| /art/compiler/utils/arm64/ | 
| D | jni_macro_assembler_arm64.cc | 203   Register scratch = temps.AcquireX();  in StoreStackPointerToThread()  local590   Register scratch = (size == 8) ? temps.AcquireX() : temps.AcquireW();  in Copy()  local
 629   Register scratch = temps.AcquireX();  in Jump()  local
 657     Register scratch = temps.AcquireX();  in CreateJObject()  local
 678   Register scratch = temps.AcquireX();  in CreateJObject()  local
 716   Register scratch = temps.AcquireW();  in TryToTransitionFromRunnableToNative()  local
 748   Register scratch = temps.AcquireW();  in TryToTransitionFromNativeToRunnable()  local
 773   Register scratch = temps.AcquireW();  in SuspendCheck()  local
 781   Register scratch = temps.AcquireX();  in ExceptionPoll()  local
 846   Register scratch = temps.AcquireW();  in TestMarkBit()  local
 [all …]
 
 | 
| D | assembler_arm64.cc | 100   Arm64ManagedRegister scratch = m_scratch.AsArm64();  in JumpTo()  local
 | 
| /art/dex2oat/utils/ | 
| D | swap_space_test.cc | 36   ScratchFile scratch;  in SwapTest()  local
 | 
| /art/compiler/utils/x86/ | 
| D | jni_macro_assembler_x86.cc | 178     Register scratch = ECX;  in StoreStackPointerToThread()  local346   Register scratch = GetScratchRegister();  in Copy()  local
 381   Register scratch = GetScratchRegister();  in CreateJObject()  local
 440   Register scratch = GetScratchRegister();  in GetCurrentThread()  local
 456   Register scratch = scratch_regs[1].AsX86().AsCpuRegister();  in TryToTransitionFromRunnableToNative()  local
 498   Register scratch = get_scratch_reg();  in TryToTransitionFromNativeToRunnable()  local
 
 | 
| /art/compiler/utils/arm/ | 
| D | jni_macro_assembler_arm_vixl.cc | 792   vixl32::Register scratch = temps.Acquire();  in Copy()  local877   vixl32::Register scratch = temps.Acquire();  in Jump()  local
 915   vixl32::Register scratch = AsVIXLRegister(scratch_regs[0].AsArm());  in TryToTransitionFromRunnableToNative()  local
 950   vixl32::Register scratch = AsVIXLRegister(scratch_regs[0].AsArm());  in TryToTransitionFromNativeToRunnable()  local
 976   vixl32::Register scratch = temps.Acquire();  in SuspendCheck()  local
 989   vixl32::Register scratch = temps.Acquire();  in ExceptionPoll()  local
 1060   vixl32::Register scratch = temps.Acquire();  in TestMarkBit()  local
 1079   vixl32::Register scratch = temps.Acquire();  in TestByteAndJumpIfNotZero()  local
 
 | 
| /art/compiler/utils/x86_64/ | 
| D | jni_macro_assembler_x86_64.cc | 412   CpuRegister scratch = GetScratchRegister();  in Copy()  local454   CpuRegister scratch = GetScratchRegister();  in CreateJObject()  local
 512   CpuRegister scratch = GetScratchRegister();  in GetCurrentThread()  local
 526   CpuRegister scratch = GetScratchRegister();  in TryToTransitionFromRunnableToNative()  local
 558   CpuRegister scratch = scratch_regs[0].AsX86_64().AsCpuRegister();  in TryToTransitionFromNativeToRunnable()  local
 656   CpuRegister scratch = GetScratchRegister();  in TestByteAndJumpIfNotZero()  local
 
 | 
| /art/dex2oat/ | 
| D | dex2oat_image_test.cc | 89     ScratchDir scratch;  in CompileImageAndGetSizes()  local257   ScratchDir scratch;  in TEST_F()  local
 
 | 
| /art/runtime/ | 
| D | dexopt_test.cc | 138   std::optional<ScratchDir> scratch;  in GenerateOatForTest()  local
 | 
| /art/runtime/gc/space/ | 
| D | image_space_test.cc | 55   ScratchDir scratch;  in TEST_F()  local
 | 
| /art/profman/ | 
| D | profile_assistant_test.cc | 329         std::string scratch;  in GetDexPcOfCallTo()  local
 |