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

  /development/ndk/sources/android/libportable/arch-arm/
unwind.c 77 uint32_t thumbState = WRAP(_Unwind_GetGR)(ctx, UNWIND_IP_REG) & 1;
78 uint64_t new_val = (uint64_t)(val | thumbState);
  /ndk/sources/cxx-stl/gabi++/include/
unwind-arm.h 162 uint32_t thumbState = _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1;
163 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState));
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
unwind-arm.h 163 uint32_t thumbState = _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1;
164 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState));
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-arm.h 163 uint32_t thumbState = _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1;
164 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState));

Completed in 3632 milliseconds