Searched defs:gprs (Results 1 – 6 of 6) sorted by relevance
27 extern "C" void artContextCopyForLongJump(Context* context, uintptr_t* gprs, uintptr_t* fprs) { in artContextCopyForLongJump()
124 void Riscv64Context::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo()
101 void ArmContext::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo()
92 void X86Context::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo()
104 void X86_64Context::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo()
147 void Arm64Context::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo()