Home
last modified time | relevance | path

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

/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc100 ArrayRef<const ManagedRegister> scratch_regs(kArgumentRegisters); 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.cc259 ArrayRef<const ManagedRegister> scratch_regs(kXArgumentRegisters); in ArgumentScratchRegisters() local
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc415 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/arm/
Djni_macro_assembler_arm_vixl.cc907 JNIMacroLabel* label, ArrayRef<const ManagedRegister> scratch_regs) { in TryToTransitionFromRunnableToNative()
937 ArrayRef<const ManagedRegister> scratch_regs, in TryToTransitionFromNativeToRunnable()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc546 ArrayRef<const ManagedRegister> scratch_regs, in TryToTransitionFromNativeToRunnable()