Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h48 …orStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationConfig *cfg) in RunForStub()
58 void Run(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in Run()
Dstub.cpp42 void Stub::GenerateCircuit(const CompilationConfig *cfg) in GenerateCircuit()
Dassembler_module.cpp28 void AssemblerModule::Run(const CompilationConfig *cfg, Chunk* chunk) in Run()
Dllvm_codegen.cpp76 const CompilationConfig *cfg) in GenerateCodeForStub()
84 …orImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode()
Dcircuit_builder.h662 void SetCompilationConfig(const CompilationConfig *cfg) in SetCompilationConfig()
Dscheduler.cpp447 void Scheduler::Print(const std::vector<std::vector<GateRef>> *cfg, const Circuit *circuit) in Print()
Dllvm_ir_builder.cpp56 … LLVMModule *module, LLVMValueRef function, const CompilationConfig *cfg, in LLVMIRBuilder()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp74 void PrintCircuitByBasicBlock([[maybe_unused]] const std::vector<std::vector<GateRef>> &cfg, in PrintCircuitByBasicBlock()
123 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local
166 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local
205 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local
263 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local
314 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local
382 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local
405 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local
428 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local
451 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/verification/config/process/
Dconfig_process.cpp53 bool ProcessConfig(const Section &cfg) in ProcessConfig()
/arkcompiler/runtime_core/verification/config/handlers/
Dconfig_handler_method_options.cpp192 Section cfg; in RegisterConfigHandlerMethodOptions() local
221 Section cfg; in SetDefaultMethodOptions() local
/arkcompiler/runtime_core/verification/config/parse/
Dconfig_parse.cpp41 bool ParseConfig(const char *str, Section &cfg) in ParseConfig()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp433 …tFunctionLength(JSThread *thread, const JSHandle<JSFunction> &func, JSTaggedValue length, bool cfg) in SetFunctionLength()