Searched defs:isInterface (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | imtable_builder.cpp | 44 void IMTableBuilder::Build(ITable itable, bool isInterface) in Build() argument
|
H A D | class_linker.cpp | 360 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 D | ets_itable_builder.cpp | 98 bool EtsITableBuilder::Build(ClassLinker *classLinker, Class *base, Span<Class *> classInterfaces, bool isInterface) in Build() argument
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | vtable_builder_base-inl.h | 191 Build(Span<Method> methods, Class *baseClass, ITable itable, bool isInterface) Build() argument
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | object.cpp | 199 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 D | object.cpp | 195 ResolvePropertiesOfObjectType(ObjectType *type, ir::AstNode *member, ArenaVector<ir::TSSignatureDeclaration *> &signatureDeclarations, ArenaVector<ir::TSIndexSignature *> &indexDeclarations, bool isInterface) ResolvePropertiesOfObjectType() argument
|
Completed in 7 milliseconds