Searched refs:extraWords (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp734 int extraWords = 0; local
738 extraWords = 0;
743 extraWords = (exceptionTableData & 0x00ff0000) >> 16;
748 extraWords = (exceptionTableData & 0x00ff0000) >> 16;
757 if (extraWords != 0) {

Completed in 47 milliseconds