Searched defs:interfaces (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_itable_builder.cpp | 54 PandaUnorderedSet<Class *> &&interfaces) in LinearizeITable() 102 PandaUnorderedSet<Class *> interfaces; in Build() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/ |
| D | js_proxy.cpp | 124 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/ |
| D | class_linker.cpp | 130 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() 382 … Span<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/ |
| D | ets_class_wrapper.cpp | 270 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/ |
| D | declgenEts2Ts.cpp | 296 void TSDeclGen::ProcessInterfacesDependencies(const ArenaVector<checker::ETSObjectType *> &interfac… in ProcessInterfacesDependencies() 1882 const auto &interfaces = classDef->TsType()->AsETSObjectType()->Interfaces(); in HandleClassDeclarationTypeInfo() local 1915 … const ArenaVector<checker::ETSObjectType *> &interfaces) in ProcessMethodsFromInterfaces()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | object.cpp | 816 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/ |
| D | std_core_Type.cpp | 479 auto interfaces = cls->GetRuntimeClass()->GetInterfaces(); in TypeAPIGetInterface() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_class_file_test.cpp | 896 std::vector<EtsClass *> interfaces(interfaceVectorSize); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.cpp | 256 ArenaVector<ETSObjectType *> interfaces(Allocator()->Adapter()); in CollectSignaturesForSyntheticType() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 3492 const interfaces: ts.Type[] = []; constant
|