Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/config/process/
Dconfig_process.cpp30 bool ProcessConfigSection(Config *cfg, const Section &section, const panda::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.cpp33 bool ProcessConfigFile(panda::verifier::Config *cfg, const char *text) in ProcessConfigFile()
57 bool LoadConfig(Config *cfg, std::string_view filename) in LoadConfig()
/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_method_options.cpp121 static const auto processMethodOptions = [](Config *cfg, const Section &section) { in MethodOptionsProcessor()
193 Section cfg; in RegisterConfigHandlerMethodOptions() local
221 Section cfg; in SetDefaultMethodOptions() local
Dconfig_handler_method_groups.cpp46 …static const auto configDebugMethodGroupsVerifierOptions = [](Config *cfg, const Section &section)… in RegisterConfigHandlerMethodGroups()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_irmap.h55 MeCFG *cfg; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub.cpp46 void Stub::GenerateCircuit(const CompilationConfig *cfg) in GenerateCircuit()
Dcode_generator.h166 …orStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationConfig *cfg) in RunForStub()
176 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()
Dllvm_codegen.cpp276 const CompilationConfig *cfg) in GenerateCodeForStub()
284 …orImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode()
Dcircuit_builder_helper.h302 void SetCompilationConfig(const CompilationConfig *cfg) in SetCompilationConfig()
Dscheduler.cpp453 void Scheduler::Print(const std::vector<std::vector<GateRef>> *cfg, const Circuit *circuit) in Print()
Dlitecg_ir_builder.cpp56 … LMIRModule *module, const CompilationConfig *cfg, CallSignature::CallConv callConv, in LiteCGIRBuilder()
Dllvm_ir_builder.cpp60 … LLVMModule *module, LLVMValueRef function, const CompilationConfig *cfg, in LLVMIRBuilder()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp94 const CompilationConfig *cfg) in GenerateCodeForStub()
102 …orImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp126 void SetupRuntime(const std::string &gcTypeParam, const Config &cfg) in SetupRuntime()
605 for (MemStatsGenGCTest::Config cfg; !cfg.End(); ++cfg) { in TEST_F() local
708 for (MemStatsGenGCTest::Config cfg; !cfg.End(); ++cfg) { in TEST_F() local
748 for (MemStatsGenGCTest::Config cfg; !cfg.End(); ++cfg) { in TEST_F() local
825 for (MemStatsGenGCTest::Config cfg; !cfg.End(); ++cfg) { in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dloop_optimization_test.cpp172 std::vector<std::vector<GateRef>> cfg; in HWTEST_F_L0() local
223 std::vector<std::vector<GateRef>> cfg; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
Dconfig_handler_breakpoints.cpp94 static const auto configDebugBreakpoints = [](Config *cfg, const Section &section) { in RegisterConfigHandlerBreakpoints()
/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/maple/maple_be/src/cg/
Dcg_cfg.cpp930 CGCFG *cfg = f.GetMemoryPool()->New<CGCFG>(f); in PhaseRun() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp134 CoroutineManagerConfig cfg { in Create() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp644 …tFunctionLength(JSThread *thread, const JSHandle<JSFunction> &func, JSTaggedValue length, bool cfg) in SetFunctionLength()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1228 void SetTheCFG(CGCFG *cfg) in SetTheCFG()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp411 auto *cfg = reinterpret_cast<ConfigImpl *>(config); in DestroyConfig() local
431 auto *cfg = reinterpret_cast<ConfigImpl *>(config); in CreateContext() local