Home
last modified time | relevance | path

Searched defs:settings (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dformatting_context_test.cpp30 ark::es2panda::lsp::FormatCodeSettings settings; in TEST_F() local
53 ark::es2panda::lsp::FormatCodeSettings settings; in TEST_F() local
81 ark::es2panda::lsp::FormatCodeSettings settings; in TEST_F() local
105 ark::es2panda::lsp::FormatCodeSettings settings; in TEST_F() local
Dformatting_test.cpp26 ark::es2panda::lsp::FormatCodeSettings settings; in TEST_F() local
Dchange_tracker_test.cpp45 ark::es2panda::lsp::FormatCodeSettings settings; in GetTracker() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/formatting/
Dformatting_settings.cpp22 FormatCodeSettings settings; in GetDefaultFormatCodeSettings() local
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/components/header/
Dstyles.module.scss36 .settings { class
/arkcompiler/runtime_core/static_core/runtime/mem/gc/lang/
Dgc_lang.cpp24 GCLang<LanguageConfig>::GCLang(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GCLang()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.cpp51 …myGC::DummyGC(ark::mem::ObjectAllocatorBase *objectAllocator, const ark::mem::GCSettings &settings) in DummyGC()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon-g1/
Depsilon-g1.cpp23 …G1GC<LanguageConfig>::EpsilonG1GC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in EpsilonG1GC()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon/
Depsilon.cpp24 …ilonGC<LanguageConfig>::EpsilonGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in EpsilonGC()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/cmc-gc-adapter/
Dcmc-gc-adapter.cpp24 …ter<LanguageConfig>::CMCGCAdapter(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in CMCGCAdapter()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgenerational-gc-base.h40 GenerationalGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GenerationalGC()
Dgc.cpp55 GC::GC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GC()
411 GC *CreateGC(GCType gcType, ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in CreateGC()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp33 StwGC<LanguageConfig>::StwGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in StwGC()
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h327 const mem::GCSettings &settings) const in CreateGC()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp31 GenGC<LanguageConfig>::GenGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GenGC()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp62 G1GC<LanguageConfig>::G1GC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in G1GC()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js27582 this.settings = { property