Home
last modified time | relevance | path

Searched defs:final (Results 1 - 25 of 220) sorted by relevance

123456789

/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.h23 class ModuleNamespace final : public JSObject { class
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_require.h24 class CjsRequire final : public JSObject { class
H A Djs_cjs_exports.h23 class CjsExports final : public JSObject { class
H A Djs_cjs_module.h26 class CjsModule final : public JSObject { class
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
H A Dgc_workers_task_queue.h25 class GCWorkersTaskQueue final : public GCWorkersTaskPool { class
30 ~GCWorkersTaskQueue() final; member in ark::mem::final
38 bool TryAddTask(GCWorkersTask &&task) final; member in ark::mem::final
45 void RunInCurrentThread() final; member in ark::mem::final
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
H A Dasio_server.h28 class AsioServer final : public ServerEndpoint<AsioConfig> { class
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/
H A Dohos_ws_server.h25 class OhosWsServer final : public OhosWsServerEndpoint { class
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dsource_manager.h32 class SourceManager final { class
/arkcompiler/runtime_core/static_core/runtime/include/
H A Ditable_builder.h48 class DummyITableBuilder final : public ITableBuilder { class
/arkcompiler/runtime_core/static_core/verification/
H A Ddefault_plugin.h24 class DefaultPlugin final : public Plugin { class
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.h22 class ETSCompiler final : public AstCompiler { class
H A DJSCompiler.h27 class JSCompiler final : public AstCompiler { class
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compilation_env.h22 class AOTCompilationEnv final : public CompilationEnv { class
/arkcompiler/ets_runtime/ecmascript/dfx/
H A Dnative_module_failure_info.h23 class NativeModuleFailureInfo final : public JSObject { class
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Ddebug_data_builder.h33 class DebugDataBuilder final { class
/arkcompiler/runtime_core/static_core/plugins/ets/verification/
H A Dets_plugin.h24 class EtsPlugin final : public Plugin { class
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon/
H A Depsilon.h30 class EpsilonGC final : public GCLang<LanguageConfig> { class
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon-g1/
H A Depsilon-g1.h30 class EpsilonG1GC final : public G1GC<LanguageConfig> { class
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dupdate_remset_task_queue.h27 class UpdateRemsetTaskQueue final : public UpdateRemsetWorker<LanguageConfig> { class
34 ~UpdateRemsetTaskQueue() final; member in ark::mem::final
37 void CreateWorkerImpl() final; member in ark::mem::final
39 void DestroyWorkerImpl() final; member in ark::mem::final
41 void ContinueProcessCards() REQUIRES(this->updateRemsetLock_) final; member in ark::mem::final
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dobject_preview.h26 class ObjectPreview final { class
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DproxyProgramsCache.h30 class ProxyProgramsCache final { class
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot_constants.h26 class AOTSnapshotConstants final { class
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.h24 class TSAnalyzer final : public SemanticAnalyzer { class
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dobject_type_propagation.h25 class ObjectTypePropagation final : public Analysis, public GraphVisitor { class
H A Dmonitor_analysis.h42 class MonitorAnalysis final : public Analysis { class

Completed in 6 milliseconds

123456789