Home
last modified time | relevance | path

Searched refs:R15 (Results 1 – 6 of 6) sorted by relevance

/art/runtime/arch/x86_64/
Dregisters_x86_64.cc29 if (rhs >= RAX && rhs <= R15) { in operator <<()
Dregisters_x86_64.h46 R15 = 15, enumerator
Dquick_method_frame_info_x86_64.h34 (1 << art::x86_64::R13) | (1 << art::x86_64::R14) | (1 << art::x86_64::R15);
/art/runtime/arch/arm/
Dregisters_arm.h42 R15 = 15, enumerator
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc47 X86_64ManagedRegister::FromCpuRegister(R15),
/art/compiler/optimizing/
Dcode_generator_x86_64.cc53 static constexpr Register kCoreCalleeSaves[] = { RBX, RBP, R12, R13, R14, R15 };