Home
last modified time | relevance | path

Searched defs:interfaces (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_itable_builder.cpp54 PandaUnorderedSet<Class *> &&interfaces) in LinearizeITable()
102 PandaUnorderedSet<Class *> interfaces; in Build() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
Djs_proxy.cpp124 JSProxy *JSProxy::CreateInterfaceProxy(const PandaSet<Class *> &interfaces, std::string &interfaceN… in CreateInterfaceProxy()
205 const PandaVector<Class *> &interfaces, void *callBridge) in CreateProxy()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp130 Span<Class *> interfaces = classPtr->GetInterfaces(); in FreeClassData() local
311 void ClassLinker::FreeITableAndInterfaces(ITable itable, Span<Class *> &interfaces) in FreeITableAndInterfaces()
330 Span<Class *> interfaces, ClassLinkerContext *context, in SetupClassInfo()
382Span<Class *> interfaces, bool isInterface, ClassLinkerErrorHandler *errorHandler) in SetupClassInfo()
891 … Class *baseClass, Span<Class *> interfaces, ClassLinkerContext *context, in LoadClass()
1115 … Span<Method> methods, Span<Field> fields, Class *baseClass, Span<Class *> interfaces, in BuildClass()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp270 auto interfaces = GetInterfaceClass(ctx, interfaceName); in UnwrapImpl() local
295 PandaSet<Class *> GetInterfaceClass(InteropCtx *ctx, std::string &interfaces) in GetInterfaceClass()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp296 void TSDeclGen::ProcessInterfacesDependencies(const ArenaVector<checker::ETSObjectType *> &interfac… in ProcessInterfacesDependencies()
1882 const auto &interfaces = classDef->TsType()->AsETSObjectType()->Interfaces(); in HandleClassDeclarationTypeInfo() local
1915const ArenaVector<checker::ETSObjectType *> &interfaces) in ProcessMethodsFromInterfaces()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp816 auto &interfaces = interfaceType->Interfaces(); in DoObjectImplementInterface() local
831 void ETSChecker::GetInterfacesOfClass(ETSObjectType *type, ArenaVector<ETSObjectType *> &interfaces) in GetInterfacesOfClass()
907 ArenaVector<ETSObjectType *> interfaces(ProgramAllocator()->Adapter()); in CheckInterfaceFunctions() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp479 auto interfaces = cls->GetRuntimeClass()->GetInterfaces(); in TypeAPIGetInterface() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_file_test.cpp896 std::vector<EtsClass *> interfaces(interfaceVectorSize); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp256 ArenaVector<ETSObjectType *> interfaces(Allocator()->Adapter()); in CollectSignaturesForSyntheticType() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts3492 const interfaces: ts.Type[] = []; constant