Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm.cc524 ArmManagedRegister scratch = mscratch.AsArm(); in StoreSpanning() local
532 ArmManagedRegister scratch = mscratch.AsArm(); in CopyRef() local
564 ArmManagedRegister scratch = mscratch.AsArm(); in StoreImmediateToFrame() local
572 ArmManagedRegister scratch = mscratch.AsArm(); in StoreImmediateToThread32() local
615 ArmManagedRegister scratch = mscratch.AsArm(); in CopyRawPtrFromThread32() local
626 ArmManagedRegister scratch = mscratch.AsArm(); in CopyRawPtrToThread32() local
637 ArmManagedRegister scratch = mscratch.AsArm(); in StoreStackOffsetToThread32() local
685 ArmManagedRegister scratch = mscratch.AsArm(); in Copy() local
701 Register scratch = mscratch.AsArm().AsCoreRegister(); in Copy() local
709 Register scratch = mscratch.AsArm().AsCoreRegister(); in Copy() local
[all …]
Dassembler_arm.h1100 ArmExceptionSlowPath(ArmManagedRegister scratch, size_t stack_adjust) in ArmExceptionSlowPath()
/art/compiler/utils/arm64/
Dassembler_arm64.cc160 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreImmediateToFrame() local
169 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreImmediateToThread64() local
178 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreStackOffsetToThread64() local
194 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreSpanning() local
360 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRawPtrFromThread64() local
369 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRawPtrToThread64() local
377 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRef() local
387 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local
403 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local
422 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local
[all …]
Dassembler_arm64.h67 Arm64Exception(Arm64ManagedRegister scratch, size_t stack_adjust) in Arm64Exception()
/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
Dparallel_move_test.cc115 Location scratch = GetScratchLocation(kind); in AllocateScratchLocationFor() local
Dcode_generator_arm64.cc967 Location scratch = GetScratchLocation(kind); in AllocateScratchLocationFor() local
/art/compiler/utils/
Dswap_space_test.cc35 ScratchFile scratch; in SwapTest() local
/art/compiler/utils/mips64/
Dassembler_mips64.cc2106 Mips64ManagedRegister scratch = mscratch.AsMips64(); in StoreImmediateToFrame() local
2115 Mips64ManagedRegister scratch = mscratch.AsMips64(); in StoreStackOffsetToThread64() local
2128 Mips64ManagedRegister scratch = mscratch.AsMips64(); in StoreSpanning() local
2212 Mips64ManagedRegister scratch = mscratch.AsMips64(); in CopyRef() local
2221 Mips64ManagedRegister scratch = mscratch.AsMips64(); in CopyRawPtrFromThread64() local
2230 Mips64ManagedRegister scratch = mscratch.AsMips64(); in CopyRawPtrToThread64() local
2240 Mips64ManagedRegister scratch = mscratch.AsMips64(); in Copy() local
2256 GpuRegister scratch = mscratch.AsMips64().AsGpuRegister(); in Copy() local
2273 GpuRegister scratch = mscratch.AsMips64().AsGpuRegister(); in Copy() local
2299 GpuRegister scratch = mscratch.AsMips64().AsGpuRegister(); in Copy() local
[all …]
Dassembler_mips64.h85 explicit Mips64ExceptionSlowPath(Mips64ManagedRegister scratch, size_t stack_adjust) in Mips64ExceptionSlowPath()
/art/compiler/utils/mips/
Dassembler_mips.cc2567 MipsManagedRegister scratch = mscratch.AsMips(); in StoreImmediateToFrame() local
2575 MipsManagedRegister scratch = mscratch.AsMips(); in StoreImmediateToThread32() local
2585 MipsManagedRegister scratch = mscratch.AsMips(); in StoreStackOffsetToThread32() local
2599 MipsManagedRegister scratch = mscratch.AsMips(); in StoreSpanning() local
2687 MipsManagedRegister scratch = mscratch.AsMips(); in CopyRef() local
2696 MipsManagedRegister scratch = mscratch.AsMips(); in CopyRawPtrFromThread32() local
2707 MipsManagedRegister scratch = mscratch.AsMips(); in CopyRawPtrToThread32() local
2716 MipsManagedRegister scratch = mscratch.AsMips(); in Copy() local
2732 Register scratch = mscratch.AsMips().AsCoreRegister(); in Copy() local
2740 Register scratch = mscratch.AsMips().AsCoreRegister(); in Copy() local
[all …]
Dassembler_mips.h85 explicit MipsExceptionSlowPath(MipsManagedRegister scratch, size_t stack_adjust) in MipsExceptionSlowPath()
/art/compiler/utils/x86/
Dassembler_x86.cc2053 X86ManagedRegister scratch = mscratch.AsX86(); in StoreStackOffsetToThread32() local
2202 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRef() local
2211 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRawPtrFromThread32() local
2220 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRawPtrToThread32() local
2229 X86ManagedRegister scratch = mscratch.AsX86(); in Copy() local
2247 ManagedRegister scratch, size_t size) { in Copy()
2256 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy() local
2265 ManagedRegister scratch, size_t size) { in Copy()
2274 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy() local
2312 X86ManagedRegister scratch = mscratch.AsX86(); in CreateHandleScopeEntry() local
[all …]
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2804 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in StoreStackOffsetToThread64() local
2955 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRef() local
2964 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRawPtrFromThread64() local
2973 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRawPtrToThread64() local
2981 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in Copy() local
2999 ManagedRegister scratch, size_t size) { in Copy()
3008 CpuRegister scratch = mscratch.AsX86_64().AsCpuRegister(); in Copy() local
3017 ManagedRegister scratch, size_t size) { in Copy()
3026 CpuRegister scratch = mscratch.AsX86_64().AsCpuRegister(); in Copy() local
3070 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CreateHandleScopeEntry() local
[all …]