| /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/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 | 24 void PostSchedule::Run(ControlFlowGraph &cfg) in Run() 41 void PostSchedule::GenerateExtraBB(ControlFlowGraph &cfg) in GenerateExtraBB() 76 bool PostSchedule::VisitHeapAlloc(GateRef gate, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) in VisitHeapAlloc() 100 void PostSchedule::ReplaceGateDirectly(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t b… in ReplaceGateDirectly() 107 void PostSchedule::ScheduleEndBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, … in ScheduleEndBB() 116 void PostSchedule::ScheduleNewBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx) in ScheduleNewBB() 123 void PostSchedule::ScheduleCurrentBB(const std::vector<GateRef> &gates, ControlFlowGraph &cfg, size… in ScheduleCurrentBB() 140 void PostSchedule::ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> ¤… in ReplaceBBState() 360 bool PostSchedule::VisitStore(GateRef gate, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) in VisitStore() 564 void PostSchedule::PrintGraph(const char* title, ControlFlowGraph &cfg) in PrintGraph()
|
| D | stub.cpp | 46 void Stub::GenerateCircuit(const CompilationConfig *cfg) in GenerateCircuit()
|
| D | code_generator.h | 197 …orStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationConfig *cfg) in RunForStub() 207 void Run(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in Run()
|
| D | assembler_module.cpp | 28 void AssemblerModule::Run(const CompilationConfig *cfg, Chunk* chunk) in Run()
|
| D | circuit_builder_helper.h | 294 void SetCompilationConfig(const CompilationConfig *cfg) in SetCompilationConfig()
|
| D | scheduler.cpp | 464 void Scheduler::Print(const std::vector<std::vector<GateRef>> *cfg, const Circuit *circuit) in Print()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/ |
| D | me_dominance.cpp | 34 MeCFG *cfg = f.GetCfg(); in PhaseRun() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_irmap.h | 55 MeCFG *cfg; variable
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | main.cpp | 25 auto *cfg = impl->CreateConfig(argc, argv); in Run() local
|
| /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/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
|
| D | config_handler_method_groups.cpp | 46 …static const auto CONFIG_DEBUG_METHOD_GROUPS_VERIFIER_OPTIONS = [](Config *cfg, const Section &sec… in RegisterConfigHandlerMethodGroups()
|
| /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_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 129 const CompilationConfig *cfg) in GenerateCodeForStub() 137 …orImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode()
|
| D | litecg_ir_builder.cpp | 59 … LMIRModule *module, const CompilationConfig *cfg, CallSignature::CallConv callConv, in LiteCGIRBuilder()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | loop_optimization_test.cpp | 167 std::vector<std::vector<GateRef>> cfg; in HWTEST_F_L0() local 218 std::vector<std::vector<GateRef>> cfg; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/verification/config/parse/ |
| D | config_parse.cpp | 42 bool ParseConfig(const char *str, Section &cfg) in ParseConfig()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_codegen.cpp | 331 const CompilationConfig *cfg) in GenerateCodeForStub() 339 …orImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_cfg.cpp | 957 CGCFG *cfg = f.GetMemoryPool()->New<CGCFG>(f); in PhaseRun() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm.cpp | 123 CoroutineManagerConfig cfg { in Create() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cgfunc.h | 487 virtual void HandleFuncCfg(CGCFG *cfg) in HandleFuncCfg() 1323 void SetTheCFG(CGCFG *cfg) in SetTheCFG()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 721 …tFunctionLength(JSThread *thread, const JSHandle<JSFunction> &func, JSTaggedValue length, bool cfg) in SetFunctionLength()
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 398 auto *cfg = reinterpret_cast<ConfigImpl *>(config); in DestroyConfig() local 421 auto *cfg = reinterpret_cast<ConfigImpl *>(config); in CreateContext() local
|