Home
last modified time | relevance | path

Searched defs: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
732 uint32_t type_off = type_ != nullptr ? type_->GetIndex(method_) + 1 : 0; in Write() local