Home
last modified time | relevance | path

Searched refs:personalityIndex (Results 1 – 1 of 1) sorted by relevance

/external/libcxxabi/src/Unwind/
DUnwindCursor.hpp1104 uint32_t personalityIndex = (encoding & UNWIND_PERSONALITY_MASK) >> in getInfoFromCompactEncodingSection() local
1106 if (personalityIndex != 0) { in getInfoFromCompactEncodingSection()
1107 --personalityIndex; // change 1-based to zero-based index in getInfoFromCompactEncodingSection()
1108 if (personalityIndex > sectionHeader.personalityArrayCount()) { in getInfoFromCompactEncodingSection()
1111 encoding, personalityIndex, in getInfoFromCompactEncodingSection()
1118 personalityIndex * sizeof(uint32_t)); in getInfoFromCompactEncodingSection()