Home
last modified time | relevance | path

Searched defs:getInstance (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DConstant.ts75 public static getInstance(value: boolean): NullConstant { method in BooleanConstant
105 public static getInstance(): NullConstant { method in NullConstant
117 public static getInstance(): UndefinedConstant { method in UndefinedConstant
/arkcompiler/ets_runtime/test/aottest/vtable/special_object/
Dspecial_object.ts42 static getInstance():B { method in B
/arkcompiler/ets_runtime/test/aottest/async_context/
Dds_manager.ts23 public static getInstance(): DataManager { method in DataManager
/arkcompiler/ets_runtime/test/moduletest/dynamicimportsharedmodule/
Dshared.ts39 public static getInstance(): SingleCase { method in SingleCase
/arkcompiler/toolchain/tooling/dynamic/client/tcpServer/
Dtcp_server.h42 static TcpServer& getInstance() in getInstance() function
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DCheckerStorage.ts33 public static getInstance(): CheckerStorage { method in CheckerStorage
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DLogger.ts49 private static getInstance(): LoggerInterface { method in Logger
/arkcompiler/toolchain/tooling/dynamic/client/manager/
Dmessage_manager.h29 static MessageManager& getInstance() in getInstance() function
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/depGraph/
DfileDeps.ts26 public static getInstance(): ArkFileDeps { method in ArkFileDeps
DmoduleDeps.ts32 public static getInstance(): ModuleDeps { method in ModuleDeps
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/utils/logger/
DLogger.ts60 private static getInstance(): ILogger { method in Logger
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPointerAnalysisConfig.ts104 public static getInstance(): PointerAnalysisConfig { method in PointerAnalysisConfig
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/plugins/
DFileManager.ts39 static getInstance(): FileManager { method in FileManager
Dplugins_driver.ts140 public static getInstance(): PluginDriver { method in PluginDriver
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-private-identifiers.ts67 public static getInstance(): Singleton { method in Singleton
/arkcompiler/ets_frontend/ets2panda/bindings/src/build/
DgenerateArkTSConfig.ts60 …public static getInstance(buildConfig?: BuildConfig, moduleInfos?: Map<string, ModuleInfo>): ArkTS… method in ArkTSConfigGenerator
/arkcompiler/toolchain/tooling/dynamic/client/session/
Dsession.h135 static SessionManager& getInstance() in getInstance() function
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/
Dgenerate_arktsconfig.ts87 …public static getInstance(buildConfig?: BuildConfig, moduleInfos?: Map<string, ModuleInfo>): ArkTS… method in ArkTSConfigGenerator
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/
Dlogger.ts37 public static getInstance(projectConfig?: BuildConfig): Logger { method in Logger
/arkcompiler/ets_frontend/ets2panda/bindings/src/
Dui_plugins_driver.ts121 public static getInstance(): PluginDriver { method in PluginDriver
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/builder/
DViewTreeBuilder.ts120 public static getInstance(declaringArkClass: ArkClass): StateValuesUtils { method in StateValuesUtils
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dconvertors-napi.cpp249 Exports *Exports::getInstance() in getInstance() function in Exports
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument