Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp1012 size_t size = leb128::UnsignedEncodingSize(items_.size()) + items_.size() * GetComponentSize(); in CalculateSize()
1026 offset += GetComponentSize(); in ComputeLayout()
1073 size_t ArrayValueItem::GetComponentSize() const in GetComponentSize() function in panda::panda_file::ArrayValueItem
Dfile_items.h1568 size_t GetComponentSize() const;