Home
last modified time | relevance | path

Searched defs:scratch (Results 1 – 17 of 17) sorted by relevance

/art/compiler/optimizing/
Dparallel_move_resolver.cc264 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
Dcode_generator_vector_arm_vixl.cc903 /*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
Dparallel_move_test.cc117 Location scratch = GetScratchLocation(kind); in AllocateScratchLocationFor() local
Dcode_generator_vector_arm64_sve.cc1100 Register scratch; in VisitVecLoad() local
1142 Register scratch; in VisitVecStore() local
Dcode_generator_vector_arm64_neon.cc1431 Register scratch; in VisitVecLoad() local
1491 Register scratch; in VisitVecStore() local
Dcode_generator_arm64.cc1168 Location scratch = GetScratchLocation(kind); in AllocateScratchLocationFor() local
7166 /*out*/ Register* scratch) { in VecNEONAddress()
7199 /*out*/ Register* scratch) { in VecSVEAddress()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc205 Register scratch = temps.AcquireX(); in StoreStackPointerToThread() local
592 Register scratch = (size == 8) ? temps.AcquireX() : temps.AcquireW(); in Copy() local
631 Register scratch = temps.AcquireX(); in Jump() local
659 Register scratch = temps.AcquireX(); in CreateJObject() local
680 Register scratch = temps.AcquireX(); in CreateJObject() local
718 Register scratch = temps.AcquireW(); in TryToTransitionFromRunnableToNative() local
750 Register scratch = temps.AcquireW(); in TryToTransitionFromNativeToRunnable() local
775 Register scratch = temps.AcquireW(); in SuspendCheck() local
783 Register scratch = temps.AcquireX(); in ExceptionPoll() local
844 Register scratch = temps.AcquireW(); in TestMarkBit() local
[all …]
Dassembler_arm64.cc100 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in JumpTo() local
/art/dex2oat/utils/
Dswap_space_test.cc36 ScratchFile scratch; in SwapTest() local
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc178 Register scratch = ECX; in StoreStackPointerToThread() local
346 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/x86_64/
Djni_macro_assembler_x86_64.cc412 CpuRegister scratch = GetScratchRegister(); in Copy() local
454 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
653 CpuRegister scratch = GetScratchRegister(); in TestByteAndJumpIfNotZero() local
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc783 vixl32::Register scratch = temps.Acquire(); in Copy() local
868 vixl32::Register scratch = temps.Acquire(); in Jump() local
906 vixl32::Register scratch = AsVIXLRegister(scratch_regs[0].AsArm()); in TryToTransitionFromRunnableToNative() local
941 vixl32::Register scratch = AsVIXLRegister(scratch_regs[0].AsArm()); in TryToTransitionFromNativeToRunnable() local
967 vixl32::Register scratch = temps.Acquire(); in SuspendCheck() local
980 vixl32::Register scratch = temps.Acquire(); in ExceptionPoll() local
1047 vixl32::Register scratch = temps.Acquire(); in TestMarkBit() local
1063 vixl32::Register scratch = temps.Acquire(); in TestByteAndJumpIfNotZero() local
/art/dex2oat/
Ddex2oat_image_test.cc88 ScratchDir scratch; in CompileImageAndGetSizes() local
256 ScratchDir scratch; in TEST_F() local
/art/runtime/
Ddexopt_test.cc138 std::optional<ScratchDir> scratch; in GenerateOatForTest() local
/art/runtime/gc/space/
Dimage_space_test.cc55 ScratchDir scratch; in TEST_F() local
/art/compiler/utils/riscv64/
Djni_macro_assembler_riscv64.cc467 XRegister scratch = scratch_regs[0].AsRiscv64().AsXRegister(); in TryToTransitionFromRunnableToNative() local
503 XRegister scratch = scratch_regs[0].AsRiscv64().AsXRegister(); in TryToTransitionFromNativeToRunnable() local
/art/profman/
Dprofile_assistant_test.cc329 std::string scratch; in GetDexPcOfCallTo() local