Home
last modified time | relevance | path

Searched refs:GenerateCode (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.h43 void GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg,
Dlitecg_codegen.cpp102 void LiteCGIRGeneratorImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const Com… in GenerateCode() function in panda::ecmascript::kungfu::LiteCGIRGeneratorImpl
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h152 …virtual void GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig…
180 impl_->GenerateCode(circuit, graph, cfg, methodLiteral, jsPandaFile, methodName_, in Run()
Dllvm_codegen.h135 void GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg,
Dllvm_codegen.cpp284 void LLVMIRGeneratorImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const Compi… in GenerateCode() function in panda::ecmascript::kungfu::LLVMIRGeneratorImpl