Searched defs:CopyContextTo (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/art/runtime/arch/riscv64/ | ||
H A D | context_riscv64.cc | 124 void Riscv64Context::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo() function in art::riscv64::Riscv64Context |
/aosp_15_r20/art/runtime/arch/arm/ | ||
H A D | context_arm.cc | 101 void ArmContext::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo() function in art::arm::ArmContext |
/aosp_15_r20/art/runtime/arch/x86_64/ | ||
H A D | context_x86_64.cc | 104 void X86_64Context::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo() function in art::x86_64::X86_64Context |
/aosp_15_r20/art/runtime/arch/x86/ | ||
H A D | context_x86.cc | 92 void X86Context::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo() function in art::x86::X86Context |
/aosp_15_r20/art/runtime/arch/arm64/ | ||
H A D | context_arm64.cc | 147 void Arm64Context::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo() function in art::arm64::Arm64Context |