| /arkcompiler/runtime_core/static_core/verification/config/process/ |
| D | config_process.cpp | 30 bool ProcessConfigSection(Config *cfg, const Section §ion, const ark::PandaString &path = "") in ProcessConfigSection() 48 void RegisterConfigHandler(Config *cfg, const PandaString &path, callable<bool(Config *, const Sect… in RegisterConfigHandler() argument 54 bool ProcessConfig(Config *cfg, const Section §ion) in ProcessConfig()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/cfg/ |
| D | cfg_test_if.cpp | 32 CFG *cfg = GetCfg(); in TEST_F() local 51 CFG *cfg = GetCfg(); in TEST_F() local 91 CFG *cfg = GetCfg(); in TEST_F() local 138 CFG *cfg = GetCfg(); in TEST_F() local 183 CFG *cfg = GetCfg(); in TEST_F() local
|
| D | cfg_test_for.cpp | 33 CFG *cfg = GetCfg(); in TEST_F() local 84 CFG *cfg = GetCfg(); in TEST_F() local 145 CFG *cfg = GetCfg(); in TEST_F() local 199 CFG *cfg = GetCfg(); in TEST_F() local
|
| D | cfg_test_do_while.cpp | 34 CFG *cfg = GetCfg(); in TEST_F() local 83 CFG *cfg = GetCfg(); in TEST_F() local 143 CFG *cfg = GetCfg(); in TEST_F() local
|
| D | cfg_test_while.cpp | 34 CFG *cfg = GetCfg(); in TEST_F() local 86 CFG *cfg = GetCfg(); in TEST_F() local 148 CFG *cfg = GetCfg(); in TEST_F() local
|
| D | cfg_test_try_catch.cpp | 41 CFG *cfg = GetCfg(); in TEST_F() local
|
| D | cfg_test_for_of.cpp | 32 CFG *cfg = GetCfg(); in TEST_F() local
|
| D | cfg_test_switch.cpp | 52 CFG *cfg = GetCfg(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/verification/config/ |
| D | config_load.cpp | 36 bool ProcessConfigFile(ark::verifier::Config *cfg, const char *text) in ProcessConfigFile() 60 bool LoadConfig(Config *cfg, std::string_view filename) in LoadConfig()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | post_schedule.cpp | 23 void PostSchedule::Run(ControlFlowGraph &cfg) in Run() 40 void PostSchedule::GenerateExtraBB(ControlFlowGraph &cfg) in GenerateExtraBB() 88 bool PostSchedule::VisitHeapAlloc(GateRef gate, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) in VisitHeapAlloc() 119 bool PostSchedule::VisitHeapAllocForCMCGC(GateRef gate, ControlFlowGraph &cfg, size_t bbIdx, size_t… in VisitHeapAllocForCMCGC() 153 void PostSchedule::ReplaceGateDirectly(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t b… in ReplaceGateDirectly() 160 void PostSchedule::ScheduleEndBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, … in ScheduleEndBB() 169 void PostSchedule::ScheduleNewBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx) in ScheduleNewBB() 176 void PostSchedule::ScheduleCurrentBB(const std::vector<GateRef> &gates, ControlFlowGraph &cfg, size… in ScheduleCurrentBB() 193 void PostSchedule::ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> ¤… in ReplaceBBState() 565 bool PostSchedule::VisitStore(GateRef gate, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) in VisitStore() [all …]
|
| D | stub.cpp | 45 void Stub::GenerateCircuit(const CompilationConfig *cfg) in GenerateCircuit()
|
| D | code_generator.h | 211 …orStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationConfig *cfg) in RunForStub() 221 void Run(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in Run()
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/ |
| D | ArkMethod.ts | 487 const cfg = this.getCfg() as Cfg; constant 508 const cfg = this.getCfg() as Cfg; constant
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | cfgBuilderPhase.cpp | 35 compiler::CFG *cfg = program->GetCFG(); in Perform() local
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | main.cpp | 78 …oid DestroyContextAndConfig(const es2panda_Impl *impl, es2panda_Context *ctx, es2panda_Config *cfg, in DestroyContextAndConfig() 98 auto *cfg = impl->CreateConfig(newArgc, newArgv); in Run() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/ |
| D | entryMethodUtils.ts | 117 const cfg = method.getCfg(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/ |
| D | ArkMethodBuilder.ts | 389 const cfg = new Cfg(); constant 416 const cfg = new Cfg(); constant 432 const cfg = constructor.getCfg(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/arkir/ |
| D | ArkIRMethodPrinter.ts | 58 const cfg = this.method.getCfg(); constant
|
| /arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/ |
| D | config_handler_breakpoints.cpp | 92 static bool RegisterConfigHandlerBreakpointsVerifierAnalyzer(const struct Section &s, Config *&cfg) in RegisterConfigHandlerBreakpointsVerifierAnalyzer() 116 static const auto CONFIG_DEBUG_BREAKPOINTS = [](Config *cfg, const Section §ion) { in RegisterConfigHandlerBreakpoints()
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/algorithm/ |
| D | AbstractAnalysis.ts | 156 const cfg = arkMethod.getCfg(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/ |
| D | SourceMethod.ts | 83 const cfg = this.method.getCfg(); constant
|
| /arkcompiler/runtime_core/static_core/verification/config/handlers/ |
| D | config_handler_method_options.cpp | 283 static const auto PROCESS_METHOD_OPTIONS = [](Config *cfg, const Section §ion) { in MethodOptionsProcessor() 313 Section cfg; in RegisterConfigHandlerMethodOptions() local 341 Section cfg; in SetDefaultMethodOptions() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | mem_stats_gen_gc_test.cpp | 133 void SetupRuntime(const std::string &gcTypeParam, const Config &cfg) in SetupRuntime() 678 for (MemStatsGenGCTest::Config cfg; !cfg.End(); ++cfg) { in TEST_F() local 727 for (MemStatsGenGCTest::Config cfg; !cfg.End(); ++cfg) { in TEST_F() local 778 for (MemStatsGenGCTest::Config cfg; !cfg.End(); ++cfg) { in TEST_F() local 837 for (MemStatsGenGCTest::Config cfg; !cfg.End(); ++cfg) { in TEST_F() local 877 for (MemStatsGenGCTest::Config cfg; !cfg.End(); ++cfg) { in TEST_F() local 954 for (MemStatsGenGCTest::Config cfg; !cfg.End(); ++cfg) { in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | IRUtils.ts | 46 const cfg = method.getCfg(); constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 121 const CompilationConfig *cfg) in GenerateCodeForStub() 129 …orImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode()
|