Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h35 …virtual void GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig…
62 impl_->GenerateCode(circuit, graph, cfg, methodLiteral, jsPandaFile, methodName_); in Run()
Dllvm_codegen.h212 void GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg,
Dllvm_codegen.cpp226 void LLVMIRGeneratorImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const Compi… in GenerateCode() function in panda::ecmascript::kungfu::LLVMIRGeneratorImpl