Searched refs:handler_off_ (Results 1 – 6 of 6) sorted by relevance
38 offset = tries->handler_off_; in CatchHandlerIterator()45 offset = try_item != nullptr ? try_item->handler_off_ : -1; in CatchHandlerIterator()55 Init(accessor, try_item.handler_off_); in CatchHandlerIterator()
201 uint16_t handler_off_; member
1618 if (try_items->handler_off_ == handler_offsets[i]) { in CheckIntraCodeItem()1624 ErrorStringPrintf("Bogus handler offset: %x", try_items->handler_off_); in CheckIntraCodeItem()
240 for (CatchHandlerIterator it(accessor.GetCatchHandlerData(try_item->handler_off_)); in LinkToCatchBlocks()
546 disk_try_item.handler_off_ = try_item->GetHandlers()->GetListOffset(); in WriteCodeItemPostInstructionData()
834 uint16_t handler_off = disk_try_item.handler_off_; in DedupeOrCreateCodeItem()