Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/static_core/verification/config/process/
Dconfig_process.cpp30 bool ProcessConfigSection(Config *cfg, const Section &section, 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 &section) in ProcessConfig()
/arkcompiler/runtime_core/static_core/verification/config/
Dconfig_load.cpp36 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/
Dpost_schedule.cpp24 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> &curren… 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()
Dstub.cpp46 void Stub::GenerateCircuit(const CompilationConfig *cfg) in GenerateCircuit()
Dcode_generator.h197 …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()
Dassembler_module.cpp28 void AssemblerModule::Run(const CompilationConfig *cfg, Chunk* chunk) in Run()
Dcircuit_builder_helper.h294 void SetCompilationConfig(const CompilationConfig *cfg) in SetCompilationConfig()
Dscheduler.cpp464 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/
Dme_dominance.cpp34 MeCFG *cfg = f.GetCfg(); in PhaseRun() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_irmap.h55 MeCFG *cfg; variable
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
Dmain.cpp25 auto *cfg = impl->CreateConfig(argc, argv); in Run() local
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
Dconfig_handler_breakpoints.cpp92 static bool RegisterConfigHandlerBreakpointsVerifierAnalyzer(const struct Section &s, Config *&cfg) in RegisterConfigHandlerBreakpointsVerifierAnalyzer()
116 static const auto CONFIG_DEBUG_BREAKPOINTS = [](Config *cfg, const Section &section) { in RegisterConfigHandlerBreakpoints()
/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_method_options.cpp283 static const auto PROCESS_METHOD_OPTIONS = [](Config *cfg, const Section &section) { in MethodOptionsProcessor()
313 Section cfg; in RegisterConfigHandlerMethodOptions() local
341 Section cfg; in SetDefaultMethodOptions() local
Dconfig_handler_method_groups.cpp46 …static const auto CONFIG_DEBUG_METHOD_GROUPS_VERIFIER_OPTIONS = [](Config *cfg, const Section &sec… in RegisterConfigHandlerMethodGroups()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp133 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/
Dlitecg_codegen.cpp129 const CompilationConfig *cfg) in GenerateCodeForStub()
137 …orImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode()
Dlitecg_ir_builder.cpp59 … LMIRModule *module, const CompilationConfig *cfg, CallSignature::CallConv callConv, in LiteCGIRBuilder()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dloop_optimization_test.cpp167 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/
Dconfig_parse.cpp42 bool ParseConfig(const char *str, Section &cfg) in ParseConfig()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp331 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/
Dcg_cfg.cpp957 CGCFG *cfg = f.GetMemoryPool()->New<CGCFG>(f); in PhaseRun() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp123 CoroutineManagerConfig cfg { in Create() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h487 virtual void HandleFuncCfg(CGCFG *cfg) in HandleFuncCfg()
1323 void SetTheCFG(CGCFG *cfg) in SetTheCFG()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp721 …tFunctionLength(JSThread *thread, const JSHandle<JSFunction> &func, JSTaggedValue length, bool cfg) in SetFunctionLength()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp398 auto *cfg = reinterpret_cast<ConfigImpl *>(config); in DestroyConfig() local
421 auto *cfg = reinterpret_cast<ConfigImpl *>(config); in CreateContext() local

12