Home
last modified time | relevance | path

Searched defs:enableOptInlining (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h209 bool enableOptInlining, bool enableOptBranchProfiling) in Run()
Dpass.h816 … bool enableOptInlining = passOptions->EnableOptInlining() && passOptions->EnableTypeLowering(); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp141bool enableOptInlining, [[maybe_unused]]bool enableBranchProfiling) in GenerateCode()
Dlitecg_ir_builder.cpp60 bool enableLog, bool enableOptInlining, in LiteCGIRBuilder()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp342 … const FrameType frameType, bool enableOptInlining, bool enableOptBranchProfiling) in GenerateCode()
Dllvm_ir_builder.cpp65 … const std::string &funcName, bool enableOptInlining, bool enableBranchProfiling) in LLVMIRBuilder()