/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.cc | 168 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreImmediateToFrame() local 178 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreStackOffsetToThread() local 196 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreSpanning() local 371 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRawPtrFromThread() local 380 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRawPtrToThread() local 387 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRef() local 399 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local 418 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local 440 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local 471 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local [all …]
|
D | jni_macro_assembler_arm64.h | 189 Arm64Exception(Arm64ManagedRegister scratch, size_t stack_adjust) in Arm64Exception()
|
D | assembler_arm64.cc | 97 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in JumpTo() local
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.cc | 277 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in StoreSpanning() local 288 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in CopyRef() local 324 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in StoreImmediateToFrame() local 351 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in CopyRawPtrFromThread() local 367 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in StoreStackOffsetToThread() local 434 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in Copy() local 540 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in CreateHandleScopeEntry() local 586 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in Jump() local 597 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in Call() local 606 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in Call() local [all …]
|
D | jni_macro_assembler_arm_vixl.h | 213 ArmException(ArmManagedRegister scratch, size_t stack_adjust) in ArmException()
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.cc | 190 X86ManagedRegister scratch = mscratch.AsX86(); in StoreStackOffsetToThread() local 344 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRef() local 353 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRawPtrFromThread() local 362 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRawPtrToThread() local 371 X86ManagedRegister scratch = mscratch.AsX86(); in Copy() local 394 ManagedRegister scratch, in Copy() 407 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy() local 418 ManagedRegister scratch, in Copy() 432 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy() local 471 X86ManagedRegister scratch = mscratch.AsX86(); in CreateHandleScopeEntry() local [all …]
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.cc | 227 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in StoreStackOffsetToThread() local 392 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRef() local 401 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRawPtrFromThread() local 410 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRawPtrToThread() local 420 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in Copy() local 443 ManagedRegister scratch, in Copy() 456 CpuRegister scratch = mscratch.AsX86_64().AsCpuRegister(); in Copy() local 467 ManagedRegister scratch, in Copy() 481 CpuRegister scratch = mscratch.AsX86_64().AsCpuRegister(); in Copy() local 526 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CreateHandleScopeEntry() local [all …]
|
/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.cc | 1403 /*out*/ Register* scratch) { in VecAddress() 1440 Register scratch; in VisitVecLoad() local 1498 Register scratch; in VisitVecStore() local
|
D | code_generator_arm64.cc | 1032 Location scratch = GetScratchLocation(kind); in AllocateScratchLocationFor() local
|
/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 259 ScratchDir scratch; in TEST_F() local
|
/art/runtime/ |
D | dexopt_test.cc | 117 std::optional<ScratchDir> scratch; in GenerateOatForTest() local
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 57 ScratchDir scratch; in TEST_F() local
|