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

  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 734 int extraWords = 0;
738 extraWords = 0;
743 extraWords = (exceptionTableData & 0x00ff0000) >> 16;
748 extraWords = (exceptionTableData & 0x00ff0000) >> 16;
757 if (extraWords != 0) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 734 int extraWords = 0;
738 extraWords = 0;
743 extraWords = (exceptionTableData & 0x00ff0000) >> 16;
748 extraWords = (exceptionTableData & 0x00ff0000) >> 16;
757 if (extraWords != 0) {
    [all...]

Completed in 56 milliseconds