Home
last modified time | relevance | path

Searched defs:isInterface (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dimtable_builder.cpp44 void IMTableBuilder::Build(ITable itable, bool isInterface) in Build() argument
H A Dclass_linker.cpp360 SetupClassInfo(ClassLinker::ClassInfo &info, Span<Method> methods, Span<Field> fields, Class *base, Span<Class *> interfaces, bool isInterface, ClassLinkerErrorHandler *errorHandler) SetupClassInfo() argument
1084 BuildClass(const uint8_t *descriptor, bool needCopyDescriptor, uint32_t accessFlags, Span<Method> methods, Span<Field> fields, Class *baseClass, Span<Class *> interfaces, ClassLinkerContext *context, bool isInterface) BuildClass() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_itable_builder.cpp98 bool EtsITableBuilder::Build(ClassLinker *classLinker, Class *base, Span<Class *> classInterfaces, bool isInterface) in Build() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvtable_builder_base-inl.h191 Build(Span<Method> methods, Class *baseClass, ITable itable, bool isInterface) Build() argument
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dobject.cpp199 ResolvePropertiesOfObjectType(ObjectType *type, const ir::Expression *member, ArenaVector<const ir::TSSignatureDeclaration *> &signatureDeclarations, ArenaVector<const ir::TSIndexSignature *> &indexDeclarations, bool isInterface) ResolvePropertiesOfObjectType() argument
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dobject.cpp195 ResolvePropertiesOfObjectType(ObjectType *type, ir::AstNode *member, ArenaVector<ir::TSSignatureDeclaration *> &signatureDeclarations, ArenaVector<ir::TSIndexSignature *> &indexDeclarations, bool isInterface) ResolvePropertiesOfObjectType() argument

Completed in 7 milliseconds