| /arkcompiler/runtime_core/static_core/verification/ |
| D | public.cpp | 34 bool LoadConfigFile(Config *config, std::string_view configFileName) in LoadConfigFile() 39 void DestroyConfig(Config *config) in DestroyConfig() 45 bool IsEnabled(Config const *config) in IsEnabled() 51 bool IsOnlyVerify(Config const *config) in IsOnlyVerify() 57 Service *CreateService(Config const *config, ark::mem::InternalAllocatorPtr allocator, ClassLinker … in CreateService()
|
| D | public_internal.h | 31 Config const *config = nullptr; member
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | prebuilts_download.py | 74 def _config_parse(config, tool_repo): argument 123 def _hwcloud_download_wrapper(args, config, bin_dir, code_dir, retries): argument 133 def _hwcloud_download(args, config, bin_dir, code_dir, retries): argument 180 def _file_handle(config, code_dir): argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | litecg.cpp | 61 LiteCG &LiteCG::SetTargetType(TargetType config) in SetTargetType() 68 LiteCG &LiteCG::SetDebugType(DebugType config) in SetDebugType() 75 LiteCG &LiteCG::SetVerbose(InfoType config) in SetVerbose()
|
| /arkcompiler/runtime_core/static_core/verification/config/default/ |
| D | default_config.cpp | 18 namespace ark::verifier::config { namespace
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/samename/ |
| D | namespace.ts | 18 let config = "123"; variable
|
| /arkcompiler/runtime_core/static_core/verification/config/handlers/ |
| D | config_handler_whitelist.cpp | 60 static bool RegisterConfigHandlerWhitelistSectionHandler(Config *config, const struct Section &s) in RegisterConfigHandlerWhitelistSectionHandler() 95 static const auto CONFIG_DEBUG_WHITELIST_VERIFIER = [](Config *config, const Section §ion) { in RegisterConfigHandlerWhitelist()
|
| D | config_handler_options.cpp | 102 static const auto CONFIG_DEBUG_OPTIONS_VERIFIER = [](Config *config, const Section §ion) { in RegisterConfigHandlerOptions()
|
| /arkcompiler/ets_frontend/arkguard/src/cli/ |
| D | SecHarmony.ts | 52 const config: IOptions = FileUtils.readFileAsJson(configPath); constant
|
| /arkcompiler/ets_frontend/test262/ |
| D | babel-preprocessor.js | 17 const config = { variable
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
| D | options_verifier.py | 49 def config(self) -> Optional[str]: member in VerifierOptions
|
| /arkcompiler/ets_frontend/arkguard/test/ut/arkobfuscator/ |
| D | ArkObfuscator.spec.ts | 171 let config = obfuscator.customProfiles; variable 190 let config = FileUtils.readFileAsJson(configPath) as IOptions; variable
|
| /arkcompiler/runtime_core/static_core/verification/config/ |
| D | config_load.cpp | 58 namespace ark::verifier::config { namespace
|
| /arkcompiler/runtime_core/static_core/verification/config/process/ |
| D | config_process.cpp | 46 namespace ark::verifier::config { namespace
|
| /arkcompiler/runtime_core/static_core/verification/absint/tests/ |
| D | reg_context_test.cpp | 34 auto *config = NewConfig(); in TEST_F() local
|
| D | exec_context_test.cpp | 88 auto *config = NewConfig(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/verification/value/tests/ |
| D | abstract_typed_value_test.cpp | 32 auto *config = NewConfig(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/verification/config/context/ |
| D | context.h | 60 DebugConfig const *config = nullptr; member
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | public.h | 44 ConfigImpl *config = nullptr; member
|
| /arkcompiler/runtime_core/static_core/verification/config/parse/ |
| D | config_parse.cpp | 25 namespace ark::verifier::config { namespace
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.cpp | 79 auto config = EcmaParamConfiguration(heapType, in Create() local 166 EcmaVM::EcmaVM(JSRuntimeOptions options, EcmaParamConfiguration config) in EcmaVM()
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | threaded_coroutine_manager.cpp | 28 void ThreadedCoroutineManager::Initialize(CoroutineManagerConfig config, Runtime *runtime, PandaVM … in Initialize()
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | doclet.py | 331 config: Dict[str, Any] = field(default_factory=dict) variable in TemplateVars
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 198 …igger *CreateGCTrigger(MemStatsType *memStats, HeapSpace *heapSpace, const GCTriggerConfig &config, in CreateGCTrigger()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | arktsconfig.cpp | 270 static bool ParseCollection(const JsonObject *config, Collection &out, const std::string &target, in ParseCollection()
|