Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.cc128 ManagedRegister scratch) { in StoreImmediateToThread32()
133 ManagedRegister scratch) { in StoreImmediateToThread64()
139 ManagedRegister scratch) { in StoreStackOffsetToThread32()
145 ManagedRegister scratch) { in StoreStackOffsetToThread64()
174 ManagedRegister scratch) { in CopyRawPtrFromThread32()
179 ManagedRegister scratch) { in CopyRawPtrFromThread64()
184 ManagedRegister scratch) { in CopyRawPtrToThread32()
189 ManagedRegister scratch) { in CopyRawPtrToThread64()
193 void Assembler::CallFromThread32(ThreadOffset<4> offset, ManagedRegister scratch) { in CallFromThread32()
197 void Assembler::CallFromThread64(ThreadOffset<8> offset, ManagedRegister scratch) { in CallFromThread64()
Dswap_space_test.cc35 ScratchFile scratch; in SwapTest() local
/art/compiler/utils/arm/
Dassembler_arm.cc490 ArmManagedRegister scratch = mscratch.AsArm(); in StoreSpanning() local
498 ArmManagedRegister scratch = mscratch.AsArm(); in CopyRef() local
530 ArmManagedRegister scratch = mscratch.AsArm(); in StoreImmediateToFrame() local
538 ArmManagedRegister scratch = mscratch.AsArm(); in StoreImmediateToThread32() local
581 ArmManagedRegister scratch = mscratch.AsArm(); in CopyRawPtrFromThread32() local
592 ArmManagedRegister scratch = mscratch.AsArm(); in CopyRawPtrToThread32() local
603 ArmManagedRegister scratch = mscratch.AsArm(); in StoreStackOffsetToThread32() local
651 ArmManagedRegister scratch = mscratch.AsArm(); in Copy() local
667 Register scratch = mscratch.AsArm().AsCoreRegister(); in Copy() local
675 Register scratch = mscratch.AsArm().AsCoreRegister(); in Copy() local
[all …]
Dassembler_arm.h744 explicit ArmExceptionSlowPath(ArmManagedRegister scratch, size_t stack_adjust) in ArmExceptionSlowPath()
/art/compiler/utils/arm64/
Dassembler_arm64.cc155 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreImmediateToFrame() local
164 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreImmediateToThread64() local
173 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreStackOffsetToThread64() local
189 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreSpanning() local
351 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRawPtrFromThread64() local
360 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRawPtrToThread64() local
368 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRef() local
378 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local
394 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local
413 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local
[all …]
Dassembler_arm64.h253 explicit Arm64Exception(Arm64ManagedRegister scratch, size_t stack_adjust) in Arm64Exception()
/art/compiler/utils/mips/
Dassembler_mips.cc632 MipsManagedRegister scratch = mscratch.AsMips(); in StoreImmediateToFrame() local
640 MipsManagedRegister scratch = mscratch.AsMips(); in StoreImmediateToThread32() local
649 MipsManagedRegister scratch = mscratch.AsMips(); in StoreStackOffsetToThread32() local
663 MipsManagedRegister scratch = mscratch.AsMips(); in StoreSpanning() local
747 MipsManagedRegister scratch = mscratch.AsMips(); in CopyRef() local
756 MipsManagedRegister scratch = mscratch.AsMips(); in CopyRawPtrFromThread32() local
767 MipsManagedRegister scratch = mscratch.AsMips(); in CopyRawPtrToThread32() local
777 MipsManagedRegister scratch = mscratch.AsMips(); in Copy() local
793 Register scratch = mscratch.AsMips().AsCoreRegister(); in Copy() local
801 Register scratch = mscratch.AsMips().AsCoreRegister(); in Copy() local
[all …]
Dassembler_mips.h286 explicit MipsExceptionSlowPath(MipsManagedRegister scratch, size_t stack_adjust) in MipsExceptionSlowPath()
/art/compiler/optimizing/
Dparallel_move_resolver.cc171 int scratch = -1; in AllocateScratchRegister() local
/art/compiler/utils/x86/
Dassembler_x86.cc1505 X86ManagedRegister scratch = mscratch.AsX86(); in StoreStackOffsetToThread32() local
1654 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRef() local
1663 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRawPtrFromThread32() local
1672 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRawPtrToThread32() local
1681 X86ManagedRegister scratch = mscratch.AsX86(); in Copy() local
1699 ManagedRegister scratch, size_t size) { in Copy()
1708 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy() local
1717 ManagedRegister scratch, size_t size) { in Copy()
1726 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy() local
1766 X86ManagedRegister scratch = mscratch.AsX86(); in CreateHandleScopeEntry() local
[all …]
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1864 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in StoreStackOffsetToThread64() local
2013 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRef() local
2022 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRawPtrFromThread64() local
2031 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRawPtrToThread64() local
2040 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in Copy() local
2058 ManagedRegister scratch, size_t size) { in Copy()
2067 CpuRegister scratch = mscratch.AsX86_64().AsCpuRegister(); in Copy() local
2076 ManagedRegister scratch, size_t size) { in Copy()
2085 CpuRegister scratch = mscratch.AsX86_64().AsCpuRegister(); in Copy() local
2131 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CreateHandleScopeEntry() local
[all …]