Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_itable_builder.cpp72 size_t const superItableSize = base != nullptr ? base->GetITable().Size() : 0; in LinearizeITable() local
122 size_t const superItableSize = base != nullptr ? base->GetITable().Size() : 0; in Build() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_base-inl.h138 …leBuilderBase<VISIT_SUPERITABLE>::AddDefaultInterfaceMethods(ITable itable, size_t superItableSize) in AddDefaultInterfaceMethods()