Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_itable_builder.h26 … [[maybe_unused]] Span<Class *> classInterfaces, [[maybe_unused]] bool isInterface) override in Build()
/arkcompiler/runtime_core/static_core/runtime/include/
Ditable_builder.h51 … [[maybe_unused]] Span<Class *> classInterfaces, [[maybe_unused]] bool isInterface) override in Build()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_itable_builder.cpp51 …Table::Entry> LinearizeITable(ClassLinker *classLinker, Class *base, Span<Class *> classInterfaces, in LinearizeITable()
98 bool EtsITableBuilder::Build(ClassLinker *classLinker, Class *base, Span<Class *> classInterfaces, … in Build()