Home | History | Annotate | Download | only in src

Lines Matching full:entrycount

263   uint16_t entryCount() const {
266 offsetof(unwind_info_regular_second_level_page_header, entryCount));
310 uint16_t entryCount() const {
313 offsetof(unwind_info_compressed_second_level_page_header, entryCount));
1059 high = pageHeader.entryCount();
1063 if (mid == (uint32_t)(pageHeader.entryCount() - 1)) {
1113 last = pageHeader.entryCount() - 1;
1114 high = pageHeader.entryCount();