/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.cc | 178 Register scratch = GetScratchRegister(); in StoreStackOffsetToThread() local 365 Register scratch = GetScratchRegister(); in CopyRef() local 374 Register scratch = GetScratchRegister(); in CopyRef() local 383 Register scratch = GetScratchRegister(); in CopyRawPtrFromThread() local 391 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRawPtrToThread() local 399 Register scratch = GetScratchRegister(); in Copy() local 419 ManagedRegister scratch, in Copy() 432 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy() local 443 ManagedRegister scratch, in Copy() 457 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy() local [all …]
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.cc | 205 CpuRegister scratch = GetScratchRegister(); in StoreStackOffsetToThread() local 439 CpuRegister scratch = GetScratchRegister(); in CopyRef() local 448 CpuRegister scratch = GetScratchRegister(); in CopyRef() local 457 CpuRegister scratch = GetScratchRegister(); in CopyRawPtrFromThread() local 465 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRawPtrToThread() local 473 CpuRegister scratch = GetScratchRegister(); in Copy() local 494 ManagedRegister scratch, in Copy() 507 CpuRegister scratch = mscratch.AsX86_64().AsCpuRegister(); in Copy() local 518 ManagedRegister scratch, in Copy() 532 CpuRegister scratch = mscratch.AsX86_64().AsCpuRegister(); in Copy() local [all …]
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.cc | 167 Register scratch = temps.AcquireW(); in StoreImmediateToFrame() local 174 Register scratch = temps.AcquireX(); in StoreStackOffsetToThread() local 181 Register scratch = temps.AcquireX(); in StoreStackPointerToThread() local 455 Register scratch = temps.AcquireX(); in CopyRawPtrFromThread() local 463 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRawPtrToThread() local 471 Register scratch = temps.AcquireW(); in CopyRef() local 481 Register scratch = temps.AcquireW(); in CopyRef() local 492 Register scratch = (size == 8) ? temps.AcquireX() : temps.AcquireW(); in Copy() local 502 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local 524 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local [all …]
|
D | jni_macro_assembler_arm64.h | 182 Arm64Exception(vixl::aarch64::Register scratch, size_t stack_adjust) in Arm64Exception()
|
D | assembler_arm64.cc | 101 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in JumpTo() local
|
/art/compiler/optimizing/ |
D | parallel_move_resolver.cc | 264 int scratch = -1; in AllocateScratchRegister() local 381 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 1010 vixl32::Register scratch; in VisitVecStore() local
|
D | parallel_move_test.cc | 116 Location scratch = GetScratchLocation(kind); in AllocateScratchLocationFor() local
|
D | code_generator_vector_arm64_sve.cc | 1104 Register scratch; in VisitVecLoad() local 1146 Register scratch; in VisitVecStore() local
|
D | code_generator_vector_arm64_neon.cc | 1433 Register scratch; in VisitVecLoad() local 1493 Register scratch; in VisitVecStore() local
|
D | code_generator_arm64.cc | 1076 Location scratch = GetScratchLocation(kind); in AllocateScratchLocationFor() local 6874 /*out*/ Register* scratch) { in VecNEONAddress() 6907 /*out*/ Register* scratch) { in VecSVEAddress()
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.cc | 314 vixl32::Register scratch = temps.Acquire(); in StoreSpanning() local 321 vixl32::Register scratch = temps.Acquire(); in CopyRef() local 331 vixl32::Register scratch = temps.Acquire(); in CopyRef() local 367 vixl32::Register scratch = temps.Acquire(); in StoreImmediateToFrame() local 391 vixl32::Register scratch = temps.Acquire(); in CopyRawPtrFromThread() local 405 vixl32::Register scratch = temps.Acquire(); in StoreStackOffsetToThread() local 794 vixl32::Register scratch = temps.Acquire(); in Copy() local 897 vixl32::Register scratch = temps.Acquire(); in CreateJObject() local 934 vixl32::Register scratch = temps.Acquire(); in Jump() local 971 vixl32::Register scratch = temps.Acquire(); in ExceptionPoll() local [all …]
|
D | jni_macro_assembler_arm_vixl.h | 205 ArmException(vixl32::Register scratch, size_t stack_adjust) in ArmException()
|
/art/compiler/utils/ |
D | swap_space_test.cc | 37 ScratchFile scratch; in SwapTest() local
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 89 ScratchDir scratch; in CompileImageAndGetSizes() local 257 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 | 327 std::string scratch; in GetDexPcOfCallTo() local
|