/arkcompiler/runtime_core/static_core/verification/config/process/ |
D | config_process.cpp | 30 bool ProcessConfigSection(Config *cfg, const Section §ion, 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 §ion) in ProcessConfig()
|
/arkcompiler/runtime_core/static_core/verification/config/ |
D | config_load.cpp | 33 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/ |
D | config_handler_method_options.cpp | 121 static const auto processMethodOptions = [](Config *cfg, const Section §ion) { in MethodOptionsProcessor() 193 Section cfg; in RegisterConfigHandlerMethodOptions() local 221 Section cfg; in SetDefaultMethodOptions() local
|
D | config_handler_method_groups.cpp | 46 …static const auto configDebugMethodGroupsVerifierOptions = [](Config *cfg, const Section §ion)… in RegisterConfigHandlerMethodGroups()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
D | me_irmap.h | 55 MeCFG *cfg; variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub.cpp | 46 void Stub::GenerateCircuit(const CompilationConfig *cfg) in GenerateCircuit()
|
D | code_generator.h | 166 …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()
|
D | assembler_module.cpp | 28 void AssemblerModule::Run(const CompilationConfig *cfg, Chunk* chunk) in Run()
|
D | llvm_codegen.cpp | 276 const CompilationConfig *cfg) in GenerateCodeForStub() 284 …orImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode()
|
D | circuit_builder_helper.h | 302 void SetCompilationConfig(const CompilationConfig *cfg) in SetCompilationConfig()
|
D | scheduler.cpp | 453 void Scheduler::Print(const std::vector<std::vector<GateRef>> *cfg, const Circuit *circuit) in Print()
|
D | litecg_ir_builder.cpp | 56 … LMIRModule *module, const CompilationConfig *cfg, CallSignature::CallConv callConv, in LiteCGIRBuilder()
|
D | llvm_ir_builder.cpp | 60 … LLVMModule *module, LLVMValueRef function, const CompilationConfig *cfg, in LLVMIRBuilder()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
D | litecg_codegen.cpp | 94 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/ |
D | mem_stats_gen_gc_test.cpp | 126 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/ |
D | loop_optimization_test.cpp | 172 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/ |
D | config_handler_breakpoints.cpp | 94 static const auto configDebugBreakpoints = [](Config *cfg, const Section §ion) { in RegisterConfigHandlerBreakpoints()
|
/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/maple/maple_be/src/cg/ |
D | cg_cfg.cpp | 930 CGCFG *cfg = f.GetMemoryPool()->New<CGCFG>(f); in PhaseRun() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
D | ets_vm.cpp | 134 CoroutineManagerConfig cfg { in Create() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_function.cpp | 644 …tFunctionLength(JSThread *thread, const JSHandle<JSFunction> &func, JSTaggedValue length, bool cfg) in SetFunctionLength()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | cgfunc.h | 1228 void SetTheCFG(CGCFG *cfg) in SetTheCFG()
|
/arkcompiler/ets_frontend/ets2panda/public/ |
D | es2panda_lib.cpp | 411 auto *cfg = reinterpret_cast<ConfigImpl *>(config); in DestroyConfig() local 431 auto *cfg = reinterpret_cast<ConfigImpl *>(config); in CreateContext() local
|