Searched defs:isInterface (Results 1 – 10 of 10) 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 | 197 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 | 382 … Span<Class *> interfaces, bool isInterface, ClassLinkerErrorHandler *errorHandler) in SetupClassInfo() 1116 ClassLinkerContext *context, bool isInterface) in BuildClass()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_itable_builder.cpp | 100 …lder::Build(ClassLinker *classLinker, Class *base, Span<Class *> classInterfaces, bool isInterface) in Build()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfacePropertyDeclarations.cpp | 36 bool isInterface) in TransformOptionalFieldTypeAnnotation()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 189 bool isInterface) in ResolvePropertiesOfObjectType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | object.cpp | 195 … ArenaVector<ir::TSIndexSignature *> &indexDeclarations, bool isInterface) in ResolvePropertiesOfObjectType()
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 1168 … const ir::ETSImportDeclaration *importDeclaration, bool isInterface) in GenTsImportStatement() 1340 … const ir::ETSImportDeclaration *importDeclaration, bool isInterface) in GenTsReExportStatement()
|