Home
last modified time | relevance | path

Searched refs:arm_r0 (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dsigcontext.h25 unsigned long arm_r0; member
/aosp12/bionic/libc/bionic/
H A Dandroid_profiling_dynamic.cpp197 ctx->uc_mcontext.arm_r0 = ret; in HandleSigsysSeccompOverride()
/aosp12/art/runtime/arch/arm/
H A Dfault_handler_arm.cc68 *out_method = reinterpret_cast<ArtMethod*>(sc->arm_r0); in GetMethodAndReturnPcAndSp()
H A Dinstruction_set_features_arm.cc237 sc->arm_r0 = 0; // Set R0 to #0 to signal error. in bad_instr_handle()
/aosp12/art/runtime/
H A Druntime_common.cc239 DumpRegister32(os, "r0", context.arm_r0); in Dump()