Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h222 bool enableOptInlining, bool enableOptBranchProfiling) in Run()
Dpass.h819 … bool enableOptInlining = passOptions->EnableOptInlining() && passOptions->EnableTypeLowering(); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp133bool enableOptInlining, [[maybe_unused]]bool enableBranchProfiling) in GenerateCode()
Dlitecg_ir_builder.cpp43 bool enableLog, bool enableOptInlining, in LiteCGIRBuilder()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp336 … const FrameType frameType, bool enableOptInlining, bool enableOptBranchProfiling) in GenerateCode()
Dllvm_ir_builder.cpp46 … const std::string &funcName, bool enableOptDirectCall, bool enableOptInlining, in LLVMIRBuilder()