Searched refs:type_off (Results 1 – 1 of 1) sorted by relevance
722 uint32_t type_off = type_ != nullptr ? type_->GetIndex(method_) + 1 : 0; in CalculateSize() local723 return leb128::UnsignedEncodingSize(type_off) + leb128::UnsignedEncodingSize(handler_pc_) + in CalculateSize()732 uint32_t type_off = type_ != nullptr ? type_->GetIndex(method_) + 1 : 0; in Write() local734 if (!writer->WriteUleb128(type_off)) { in Write()