Home
last modified time | relevance | path

Searched defs:typeOff (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.cpp770 uint32_t typeOff = type_ != nullptr ? type_->GetIndex(method_) + 1 : 0; in CalculateSize() local
780 uint32_t typeOff = type_ != nullptr ? type_->GetIndex(method_) + 1 : 0; in Write() local