Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc178 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/
Djni_macro_assembler_x86_64.cc205 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/
Djni_macro_assembler_arm64.cc167 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 …]
Djni_macro_assembler_arm64.h182 Arm64Exception(vixl::aarch64::Register scratch, size_t stack_adjust) in Arm64Exception()
Dassembler_arm64.cc101 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in JumpTo() local
/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
1010 vixl32::Register scratch; in VisitVecStore() local
Dparallel_move_test.cc116 Location scratch = GetScratchLocation(kind); in AllocateScratchLocationFor() local
Dcode_generator_vector_arm64_sve.cc1104 Register scratch; in VisitVecLoad() local
1146 Register scratch; in VisitVecStore() local
Dcode_generator_vector_arm64_neon.cc1433 Register scratch; in VisitVecLoad() local
1493 Register scratch; in VisitVecStore() local
Dcode_generator_arm64.cc1076 Location scratch = GetScratchLocation(kind); in AllocateScratchLocationFor() local
6874 /*out*/ Register* scratch) { in VecNEONAddress()
6907 /*out*/ Register* scratch) { in VecSVEAddress()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc314 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 …]
Djni_macro_assembler_arm_vixl.h205 ArmException(vixl32::Register scratch, size_t stack_adjust) in ArmException()
/art/compiler/utils/
Dswap_space_test.cc37 ScratchFile scratch; in SwapTest() local
/art/dex2oat/
Ddex2oat_image_test.cc89 ScratchDir scratch; in CompileImageAndGetSizes() local
257 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/profman/
Dprofile_assistant_test.cc327 std::string scratch; in GetDexPcOfCallTo() local