HomeSort by relevance Sort by last modified time
    Searched refs:_UVRSC_CORE (Results 1 - 22 of 22) sorted by null

  /development/ndk/sources/android/libportable/arch-arm/
unwind.c 23 _UVRSC_CORE = 0, // integer register
61 _Unwind_VRS_Get(ctx, _UVRSC_CORE, index, _UVRSD_UINT32, &val);
67 _Unwind_VRS_Set(ctx, _UVRSC_CORE, index, _UVRSD_UINT32, &val);
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
unwind.h 89 _UVRSC_CORE = 0, /* integer register */
117 _Unwind_VRS_Get(context, _UVRSC_CORE, 15, _UVRSD_UINT32, &ip);
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
unwind.h 89 _UVRSC_CORE = 0, /* integer register */
117 _Unwind_VRS_Get(context, _UVRSC_CORE, 15, _UVRSD_UINT32, &ip);
  /ndk/sources/cxx-stl/gabi++/include/
unwind-arm.h 94 _UVRSC_CORE = 0, // integer register
149 _Unwind_VRS_Get(ctx, _UVRSC_CORE, reg, _UVRSD_UINT32, &val);
154 _Unwind_VRS_Set(ctx, _UVRSC_CORE, reg, _UVRSD_UINT32, &val);
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
unwind-arm.h 95 _UVRSC_CORE = 0, // integer register
150 _Unwind_VRS_Get(ctx, _UVRSC_CORE, reg, _UVRSD_UINT32, &val);
155 _Unwind_VRS_Set(ctx, _UVRSC_CORE, reg, _UVRSD_UINT32, &val);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-arm.h 95 _UVRSC_CORE = 0, // integer register
150 _Unwind_VRS_Get(ctx, _UVRSC_CORE, reg, _UVRSD_UINT32, &val);
155 _Unwind_VRS_Set(ctx, _UVRSC_CORE, reg, _UVRSD_UINT32, &val);
  /external/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 195 // Generates mask discriminator for _Unwind_VRS_Pop, e.g. for _UVRSC_CORE /
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);
283 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_R0 + reg,
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...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 199 // Generates mask discriminator for _Unwind_VRS_Pop, e.g. for _UVRSC_CORE /
224 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
229 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
241 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
249 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_R0 + reg,
251 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
259 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
273 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
290 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
293 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32
    [all...]
  /external/clang/lib/Headers/
unwind.h 133 _UVRSC_CORE = 0, /* integer register */
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
unwind.h 133 _UVRSC_CORE = 0, /* integer register */
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
unwind.h 133 _UVRSC_CORE = 0, /* integer register */
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
unwind.h 133 _UVRSC_CORE = 0, /* integer register */
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
unwind.h 133 _UVRSC_CORE = 0, /* integer register */
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind-arm-common.h 126 _UVRSC_CORE = 0, /* integer register */
223 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
233 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
unwind-arm-common.h 126 _UVRSC_CORE = 0, /* integer register */
223 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
233 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind-arm-common.h 126 _UVRSC_CORE = 0, /* integer register */
223 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
233 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
unwind-arm-common.h 126 _UVRSC_CORE = 0, /* integer register */
223 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
233 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilts/sdk/renderscript/clang-include/
unwind.h 133 _UVRSC_CORE = 0, /* integer register */
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/
stacktrace_android-inl.h 76 _Unwind_VRS_Get(context, _UVRSC_CORE, 15, _UVRSD_UINT32, &ip);
  /external/libcxxabi/include/
unwind.h 173 _UVRSC_CORE = 0, /* integer register */
213 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value);
219 _Unwind_VRS_Set(context, _UVRSC_CORE, (uint32_t)index,
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h 170 _UVRSC_CORE = 0, /* integer register */
220 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value);
226 _Unwind_VRS_Set(context, _UVRSC_CORE, (uint32_t)index,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 210 _Unwind_VRS_Result res = _Unwind_VRS_Get(ctx, _UVRSC_CORE,

Completed in 525 milliseconds