Searched refs:_UVRSD_UINT32 (Results 1 - 5 of 5) sorted by relevance

/external/libcxxabi/src/Unwind/
H A DUnwind-EHABI.cpp196 // _UVRSD_UINT32.
257 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
262 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
275 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
284 _UVRSD_UINT32, &sp);
285 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
293 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
307 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
324 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
327 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
[all...]
/external/clang/lib/Headers/
H A Dunwind.h140 _UVRSD_UINT32 = 0, enumerator in enum:__anon17937
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_android-inl.h76 _Unwind_VRS_Get(context, _UVRSC_CORE, 15, _UVRSD_UINT32, &ip);
/external/libcxxabi/include/
H A Dunwind.h180 _UVRSD_UINT32 = 0, enumerator in enum:__anon23612
213 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value);
220 _UVRSD_UINT32, &new_value);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc211 15 /* r15 = PC */, _UVRSD_UINT32, &val);

Completed in 208 milliseconds