Home
last modified time | relevance | path

Searched refs:mscratch (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc380 ManagedRegister mscratch) { in CopyRawPtrToThread() argument
381 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRawPtrToThread()
420 ManagedRegister mscratch, in Copy() argument
422 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy()
445 ManagedRegister mscratch, in Copy() argument
447 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc464 ManagedRegister mscratch) { in CopyRawPtrToThread() argument
465 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRawPtrToThread()
505 ManagedRegister mscratch, in Copy() argument
507 CpuRegister scratch = mscratch.AsX86_64().AsCpuRegister(); in Copy()
530 ManagedRegister mscratch, in Copy() argument
532 CpuRegister scratch = mscratch.AsX86_64().AsCpuRegister(); in Copy()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc346 ManagedRegister mscratch ATTRIBUTE_UNUSED) { in CopyRawPtrToThread()
757 ManagedRegister mscratch ATTRIBUTE_UNUSED, in Copy()
765 ManagedRegister mscratch ATTRIBUTE_UNUSED, in Copy()
773 ManagedRegister mscratch ATTRIBUTE_UNUSED, in Copy()
782 ManagedRegister mscratch ATTRIBUTE_UNUSED, in Copy()