Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h157 class CodeGenerator {
159 CodeGenerator(std::unique_ptr<CodeGeneratorImpl> &impl, const std::string& methodName) in CodeGenerator() function
164 ~CodeGenerator() = default;
Dstub_compiler.cpp92 CodeGenerator codegen(llvmImpl_, "stubs"); in Run()
Dpass.h756 CodeGenerator codegen(cgImpl_, data->GetMethodName()); in Run()