Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp722 uint32_t type_off = type_ != nullptr ? type_->GetIndex(method_) + 1 : 0; in CalculateSize() local
723 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() local
734 if (!writer->WriteUleb128(type_off)) { in Write()