Searched refs:list_offset (Results 1 – 2 of 2) sorted by relevance
445 size_t list_offset = offset + handlers->GetListOffset(); in WriteCodeItems() local448 list_offset += WriteSleb128(size, list_offset); in WriteCodeItems()451 list_offset += WriteUleb128(handler->GetTypeId()->GetIndex(), list_offset); in WriteCodeItems()453 list_offset += WriteUleb128(handler->GetAddress(), list_offset); in WriteCodeItems()
847 explicit CatchHandler(bool catch_all, uint16_t list_offset, TypeAddrPairVector* handlers) in CatchHandler() argument848 : catch_all_(catch_all), list_offset_(list_offset), handlers_(handlers) { } in CatchHandler()