Home
last modified time | relevance | path

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

/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc96 ArrayRef<const ManagedRegister> scratch_regs(kArgumentScratchRegisters); in ArgumentScratchRegisters() local
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc109 ArrayRef<const ManagedRegister> scratch_regs(kCoreArgumentRegisters); in ArgumentScratchRegisters() local
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc257 ArrayRef<const ManagedRegister> scratch_regs(kXArgumentRegisters); in ArgumentScratchRegisters() local
/art/compiler/jni/quick/riscv64/
Dcalling_convention_riscv64.cc296 ArrayRef<const ManagedRegister> scratch_regs(kXArgumentRegisters); in ArgumentScratchRegisters() local
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc412 ArrayRef<const ManagedRegister> scratch_regs(kHFCoreArgumentRegisters); in ArgumentScratchRegisters() local
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc446 JNIMacroLabel* label, ArrayRef<const ManagedRegister> scratch_regs) { in TryToTransitionFromRunnableToNative()
476 ArrayRef<const ManagedRegister> scratch_regs, in TryToTransitionFromNativeToRunnable()
/art/compiler/utils/riscv64/
Djni_macro_assembler_riscv64.cc459 ArrayRef<const ManagedRegister> scratch_regs) { in TryToTransitionFromRunnableToNative()
491 ArrayRef<const ManagedRegister> scratch_regs, in TryToTransitionFromNativeToRunnable()
Djni_macro_assembler_riscv64_test.cc774 const ArrayRef<const ManagedRegister> scratch_regs(raw_scratch_regs); in TEST_F() local
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc518 JNIMacroLabel* label, [[maybe_unused]] ArrayRef<const ManagedRegister> scratch_regs) { in TryToTransitionFromRunnableToNative()
546 ArrayRef<const ManagedRegister> scratch_regs, in TryToTransitionFromNativeToRunnable()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc898 JNIMacroLabel* label, ArrayRef<const ManagedRegister> scratch_regs) { in TryToTransitionFromRunnableToNative()
928 ArrayRef<const ManagedRegister> scratch_regs, in TryToTransitionFromNativeToRunnable()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc710 JNIMacroLabel* label, [[maybe_unused]] ArrayRef<const ManagedRegister> scratch_regs) { in TryToTransitionFromRunnableToNative()
739 [[maybe_unused]] ArrayRef<const ManagedRegister> scratch_regs, in TryToTransitionFromNativeToRunnable()