| /arkcompiler/runtime_core/static_core/verification/config/process/ |
| H A D | config_process.cpp | 30 bool ProcessConfigSection(Config *cfg, const Section §ion, const ark::PandaString &path = "") in ProcessConfigSection() argument 48 void RegisterConfigHandler(Config *cfg, const PandaString &path, callable<bool(Config *, const Section &)> handler) in RegisterConfigHandler() argument 54 bool ProcessConfig(Config *cfg, const Section §ion) in ProcessConfig() argument
|
| /arkcompiler/runtime_core/static_core/verification/config/ |
| H A D | config_load.cpp | 36 bool ProcessConfigFile(ark::verifier::Config *cfg, const char *text) in ProcessConfigFile() argument 60 bool LoadConfig(Config *cfg, std::string_view filename) in LoadConfig() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| H A D | main.cpp | 25 auto *cfg = impl->CreateConfig(argc, argv); in Run() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub.cpp | 46 void Stub::GenerateCircuit(const CompilationConfig *cfg) in GenerateCircuit() argument
|
| H A D | assembler_module.cpp | 28 void AssemblerModule::Run(const CompilationConfig *cfg, Chunk* chunk) in Run() argument
|
| H A D | code_generator.h | 197 void RunForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationConfig *cfg)
in RunForStub() argument 207 void Run(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg,
in Run() argument
|
| H A D | post_schedule.cpp | 24 void PostSchedule::Run(ControlFlowGraph &cfg) in Run() argument 41 void PostSchedule::GenerateExtraBB(ControlFlowGraph &cfg) in GenerateExtraBB() argument 76 VisitHeapAlloc(GateRef gate, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) VisitHeapAlloc() argument 107 ReplaceGateDirectly(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) ReplaceGateDirectly() argument 114 ScheduleEndBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) ScheduleEndBB() argument 123 ScheduleNewBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx) ScheduleNewBB() argument 130 ScheduleCurrentBB(const std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) ScheduleCurrentBB() argument 147 ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> ¤tBBGates, std::vector<GateRef> &endBBGates) ReplaceBBState() argument 369 VisitStore(GateRef gate, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) VisitStore() argument 584 PrintGraph(const char* title, ControlFlowGraph &cfg) PrintGraph() argument [all...] |
| H A D | circuit_builder_helper.h | 294 void SetCompilationConfig(const CompilationConfig *cfg) in SetCompilationConfig() argument
|
| H A D | scheduler.cpp | 464 void Scheduler::Print(const std::vector<std::vector<GateRef>> *cfg, const Circuit *circuit) in Print() argument
|
| /arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/ |
| H A D | config_handler_breakpoints.cpp | 92 static bool RegisterConfigHandlerBreakpointsVerifierAnalyzer(const struct Section &s, Config *&cfg) in RegisterConfigHandlerBreakpointsVerifierAnalyzer() argument
|
| /arkcompiler/runtime_core/static_core/verification/config/parse/ |
| H A D | config_parse.cpp | 83 bool ParseConfig(const char *str, Section &cfg) in ParseConfig() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| H A 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/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_codegen.cpp | 138 void LiteCGIRGeneratorImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode() argument 129 GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationConfig *cfg) GenerateCodeForStub() argument
|
| H A D | litecg_ir_builder.cpp | 57 LiteCGIRBuilder(const std::vector<std::vector<GateRef>> *schedule, Circuit *circuit, LMIRModule *module, const CompilationConfig *cfg, CallSignature::CallConv callConv, bool enableLog, bool enableOptInlining, const panda::ecmascript::MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile, const std::string &funcName) LiteCGIRBuilder() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | cg_cfg.cpp | 614 CGCFG *cfg = f.GetMemoryPool()->New<CGCFG>(f); in PhaseRun() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| H A D | es2panda_lib.cpp | 216 auto *cfg = reinterpret_cast<ConfigImpl *>(config); in DestroyConfig() local 239 auto *cfg = reinterpret_cast<ConfigImpl *>(config); in CreateContext() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | mem_stats_gen_gc_test.cpp | 133 void SetupRuntime(const std::string &gcTypeParam, const Config &cfg) in SetupRuntime() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_codegen.cpp | 339 void LLVMIRGeneratorImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode() argument 330 GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationConfig *cfg) GenerateCodeForStub() argument
|
| H A D | llvm_ir_builder.cpp | 62 LLVMIRBuilder(const std::vector<std::vector<GateRef>> *schedule, Circuit *circuit, LLVMModule *module, LLVMValueRef function, const CompilationConfig *cfg, CallSignature::CallConv callConv, bool enableLog, bool isFastCallAot, const std::string &funcName, bool enableOptInlining, bool enableBranchProfiling) LLVMIRBuilder() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_function.cpp | 724 bool JSFunction::SetFunctionLength(JSThread *thread, const JSHandle<JSFunction> &func, JSTaggedValue length, bool cfg) in SetFunctionLength() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | cgfunc.h | 253 virtual void HandleFuncCfg(CGCFG *cfg) in HandleFuncCfg() argument 768 void SetTheCFG(CGCFG *cfg) in SetTheCFG() argument
|