Searched defs:isInterface (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_itable_builder.h | 26 … [[maybe_unused]] Span<Class *> classInterfaces, [[maybe_unused]] bool isInterface) override in Build()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | itable_builder.h | 51 … [[maybe_unused]] Span<Class *> classInterfaces, [[maybe_unused]] bool isInterface) override in Build()
|
| D | vtable_builder_base-inl.h | 192 bool isInterface) in Build()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | imtable_builder.cpp | 44 void IMTableBuilder::Build(ITable itable, bool isInterface) in Build()
|
| D | class_linker.cpp | 361 … Span<Class *> interfaces, bool isInterface, ClassLinkerErrorHandler *errorHandler) in SetupClassInfo() 1090 ClassLinkerContext *context, bool isInterface) in BuildClass()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_itable_builder.cpp | 98 …lder::Build(ClassLinker *classLinker, Class *base, Span<Class *> classInterfaces, bool isInterface) in Build()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 189 bool isInterface) in ResolvePropertiesOfObjectType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | object.cpp | 197 … ArenaVector<ir::TSIndexSignature *> &indexDeclarations, bool isInterface) in ResolvePropertiesOfObjectType()
|