HomeSort by relevance Sort by last modified time
    Searched full:thumb_bit (Results 1 - 2 of 2) sorted by null

  /external/libcxxabi/include/
unwind.h 230 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1); local
231 _Unwind_SetGR(context, 15, new_value | thumb_bit);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h 237 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1); local
238 _Unwind_SetGR(context, 15, new_value | thumb_bit);

Completed in 95 milliseconds