HomeSort by relevance Sort by last modified time
    Searched refs:thumbState (Results 1 - 3 of 3) 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 162 uint32_t thumbState = _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1;
163 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState));

Completed in 64 milliseconds